Color spaces of #ac804a
RGB | 172 | 128 | 74 |
---|---|---|---|
HSL | 0.09 | 0.40 | 0.48 |
HSV | 33° | 57° | 67° |
CMYK | 0.00 | 0.26 | 0.57 0.33 |
XYZ | 25.9685 | 24.7034 | 9.8781 |
Yxy | 24.7034 | 0.4289 | 0.4080 |
Hunter Lab | 49.7025 | 6.2830 | 23.0082 |
CIE-Lab | 56.7853 | 10.7141 | 35.6247 |
#ac804a color RGB value is (172,128,74).
#ac804a hex color red value is 172, green value is 128 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ac804a hue: 0.09 , saturation: 0.40 and the lightness value of ac804a is 0.48.
The process color (four color CMYK) of #ac804a color hex is 0.00, 0.26, 0.57, 0.33. Web safe color of #ac804a is #999933. Color #ac804a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10000000 | 01001010 |
Octal | 254 | 200 | 112 |
Decimal | 172 | 128 | 74 |
Hex | AC | 80 | 4A |
Shades of #ac804a
Tints of #ac804a
RGB Percentages of Color #ac804a
CMYK Percentages of Color #ac804a
Complementary Color
#ac804a | #4a76ac |
#ac804a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac804a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac804a Color CSS Codes
.mybgcolor {background-color:#ac804a; } .myforecolor {color:#ac804a; } .mybordercolor {border:3px solid #ac804a; }
#ac804a Text Font Color
<p style="color:#ac804a">Text here</p>
This sample text font color is #ac804a
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.
#ac804a Background Color
<div style="background-color:#ac804a">
Div content here</div>
This div background color is #ac804a
#ac804a Border Color
<div style="border:3px solid #ac804a">
Div here</div>
This div border color is #ac804a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,128,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac804a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac804a; -webkit-box-shadow: 1px 1px 3px 2px #ac804a; box-shadow: 1px 1px 3px 2px #ac804a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,128,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac804a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac804a; -webkit-box-shadow: 1px 1px 3px 2px #ac804a; box-shadow: 1px 1px 3px 2px #ac804a;">
Div content here</div>
This div box has shadow with color #ac804a
Comments
No comments written yet.
Please login to write comment.