Color spaces of #ac772f
RGB | 172 | 119 | 47 |
---|---|---|---|
HSL | 0.10 | 0.57 | 0.43 |
HSV | 35° | 73° | 67° |
CMYK | 0.00 | 0.31 | 0.73 0.33 |
XYZ | 24.1232 | 22.1695 | 5.6970 |
Yxy | 22.1695 | 0.4640 | 0.4264 |
Hunter Lab | 47.0845 | 9.0545 | 25.7853 |
CIE-Lab | 54.2064 | 13.9556 | 46.2414 |
#ac772f color RGB value is (172,119,47).
#ac772f hex color red value is 172, green value is 119 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ac772f hue: 0.10 , saturation: 0.57 and the lightness value of ac772f is 0.43.
The process color (four color CMYK) of #ac772f color hex is 0.00, 0.31, 0.73, 0.33. Web safe color of #ac772f is #996633. Color #ac772f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01110111 | 00101111 |
Octal | 254 | 167 | 57 |
Decimal | 172 | 119 | 47 |
Hex | AC | 77 | 2F |
Shades of #ac772f
Tints of #ac772f
RGB Percentages of Color #ac772f
CMYK Percentages of Color #ac772f
Complementary Color
#ac772f | #2f64ac |
#ac772f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac772f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac772f Color CSS Codes
.mybgcolor {background-color:#ac772f; } .myforecolor {color:#ac772f; } .mybordercolor {border:3px solid #ac772f; }
#ac772f Text Font Color
<p style="color:#ac772f">Text here</p>
This sample text font color is #ac772f
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.
#ac772f Background Color
<div style="background-color:#ac772f">
Div content here</div>
This div background color is #ac772f
#ac772f Border Color
<div style="border:3px solid #ac772f">
Div here</div>
This div border color is #ac772f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,119,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac772f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac772f; -webkit-box-shadow: 1px 1px 3px 2px #ac772f; box-shadow: 1px 1px 3px 2px #ac772f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,119,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac772f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac772f; -webkit-box-shadow: 1px 1px 3px 2px #ac772f; box-shadow: 1px 1px 3px 2px #ac772f;">
Div content here</div>
This div box has shadow with color #ac772f
Comments
No comments written yet.
Please login to write comment.