Color spaces of #af904d
RGB | 175 | 144 | 77 |
---|---|---|---|
HSL | 0.11 | 0.39 | 0.49 |
HSV | 41° | 56° | 69° |
CMYK | 0.00 | 0.18 | 0.56 0.31 |
XYZ | 28.9920 | 29.5963 | 11.2058 |
Yxy | 29.5963 | 0.4154 | 0.4241 |
Hunter Lab | 54.4025 | -0.0787 | 25.8692 |
CIE-Lab | 61.3043 | 3.3678 | 39.5579 |
#af904d color RGB value is (175,144,77).
#af904d hex color red value is 175, green value is 144 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #af904d hue: 0.11 , saturation: 0.39 and the lightness value of af904d is 0.49.
The process color (four color CMYK) of #af904d color hex is 0.00, 0.18, 0.56, 0.31. Web safe color of #af904d is #999966. Color #af904d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10010000 | 01001101 |
Octal | 257 | 220 | 115 |
Decimal | 175 | 144 | 77 |
Hex | AF | 90 | 4D |
Shades of #af904d
Tints of #af904d
RGB Percentages of Color #af904d
CMYK Percentages of Color #af904d
Complementary Color
#af904d | #4d6caf |
#af904d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#af904d Color Preview on White Background
Lorem ipsum dolor sit amet.
#af904d Color CSS Codes
.mybgcolor {background-color:#af904d; } .myforecolor {color:#af904d; } .mybordercolor {border:3px solid #af904d; }
#af904d Text Font Color
<p style="color:#af904d">Text here</p>
This sample text font color is #af904d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#af904d Background Color
<div style="background-color:#af904d">
Div content here</div>
This div background color is #af904d
#af904d Border Color
<div style="border:3px solid #af904d">
Div here</div>
This div border color is #af904d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,144,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #af904d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #af904d; -webkit-box-shadow: 1px 1px 3px 2px #af904d; box-shadow: 1px 1px 3px 2px #af904d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,144,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #af904d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #af904d; -webkit-box-shadow: 1px 1px 3px 2px #af904d; box-shadow: 1px 1px 3px 2px #af904d;">
Div content here</div>
This div box has shadow with color #af904d
Comments
No comments written yet.
Please login to write comment.