Color spaces of #ac9607
RGB | 172 | 150 | 7 |
---|---|---|---|
HSL | 0.14 | 0.92 | 0.35 |
HSV | 52° | 96° | 67° |
CMYK | 0.00 | 0.13 | 0.96 0.33 |
XYZ | 27.9580 | 30.5987 | 4.6336 |
Yxy | 30.5987 | 0.4424 | 0.4842 |
Hunter Lab | 55.3161 | -6.5852 | 33.7548 |
CIE-Lab | 62.1674 | -4.4022 | 64.9455 |
#ac9607 color RGB value is (172,150,7).
#ac9607 hex color red value is 172, green value is 150 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ac9607 hue: 0.14 , saturation: 0.92 and the lightness value of ac9607 is 0.35.
The process color (four color CMYK) of #ac9607 color hex is 0.00, 0.13, 0.96, 0.33. Web safe color of #ac9607 is #999900. Color #ac9607 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10010110 | 00000111 |
Octal | 254 | 226 | 7 |
Decimal | 172 | 150 | 7 |
Hex | AC | 96 | 7 |
Shades of #ac9607
Tints of #ac9607
RGB Percentages of Color #ac9607
CMYK Percentages of Color #ac9607
Complementary Color
#ac9607 | #071dac |
#ac9607 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac9607 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac9607 Color CSS Codes
.mybgcolor {background-color:#ac9607; } .myforecolor {color:#ac9607; } .mybordercolor {border:3px solid #ac9607; }
#ac9607 Text Font Color
<p style="color:#ac9607">Text here</p>
This sample text font color is #ac9607
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.
#ac9607 Background Color
<div style="background-color:#ac9607">
Div content here</div>
This div background color is #ac9607
#ac9607 Border Color
<div style="border:3px solid #ac9607">
Div here</div>
This div border color is #ac9607
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,150,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac9607; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac9607; -webkit-box-shadow: 1px 1px 3px 2px #ac9607; box-shadow: 1px 1px 3px 2px #ac9607; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,150,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac9607">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac9607; -webkit-box-shadow: 1px 1px 3px 2px #ac9607; box-shadow: 1px 1px 3px 2px #ac9607;">
Div content here</div>
This div box has shadow with color #ac9607
Comments
No comments written yet.
Please login to write comment.