Color spaces of #ac673f
RGB | 172 | 103 | 63 |
---|---|---|---|
HSL | 0.06 | 0.46 | 0.46 |
HSV | 22° | 63° | 67° |
CMYK | 0.00 | 0.40 | 0.63 0.33 |
XYZ | 22.7607 | 18.8300 | 7.1376 |
Yxy | 18.8300 | 0.4671 | 0.3864 |
Hunter Lab | 43.3935 | 17.6878 | 20.6232 |
CIE-Lab | 50.4877 | 23.9084 | 33.9921 |
#ac673f color RGB value is (172,103,63).
#ac673f hex color red value is 172, green value is 103 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ac673f hue: 0.06 , saturation: 0.46 and the lightness value of ac673f is 0.46.
The process color (four color CMYK) of #ac673f color hex is 0.00, 0.40, 0.63, 0.33. Web safe color of #ac673f is #996633. Color #ac673f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01100111 | 00111111 |
Octal | 254 | 147 | 77 |
Decimal | 172 | 103 | 63 |
Hex | AC | 67 | 3F |
Shades of #ac673f
Tints of #ac673f
RGB Percentages of Color #ac673f
CMYK Percentages of Color #ac673f
Complementary Color
#ac673f | #3f84ac |
#ac673f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac673f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac673f Color CSS Codes
.mybgcolor {background-color:#ac673f; } .myforecolor {color:#ac673f; } .mybordercolor {border:3px solid #ac673f; }
#ac673f Text Font Color
<p style="color:#ac673f">Text here</p>
This sample text font color is #ac673f
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.
#ac673f Background Color
<div style="background-color:#ac673f">
Div content here</div>
This div background color is #ac673f
#ac673f Border Color
<div style="border:3px solid #ac673f">
Div here</div>
This div border color is #ac673f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,103,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac673f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac673f; -webkit-box-shadow: 1px 1px 3px 2px #ac673f; box-shadow: 1px 1px 3px 2px #ac673f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,103,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac673f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac673f; -webkit-box-shadow: 1px 1px 3px 2px #ac673f; box-shadow: 1px 1px 3px 2px #ac673f;">
Div content here</div>
This div box has shadow with color #ac673f
Comments
No comments written yet.
Please login to write comment.