Color spaces of #ac994d
RGB | 172 | 153 | 77 |
---|---|---|---|
HSL | 0.13 | 0.38 | 0.49 |
HSV | 48° | 55° | 67° |
CMYK | 0.00 | 0.11 | 0.55 0.33 |
XYZ | 29.7440 | 32.0889 | 11.6473 |
Yxy | 32.0889 | 0.4048 | 0.4367 |
Hunter Lab | 56.6471 | -5.4063 | 27.4622 |
CIE-Lab | 63.4163 | -2.8503 | 41.9841 |
#ac994d color RGB value is (172,153,77).
#ac994d hex color red value is 172, green value is 153 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ac994d hue: 0.13 , saturation: 0.38 and the lightness value of ac994d is 0.49.
The process color (four color CMYK) of #ac994d color hex is 0.00, 0.11, 0.55, 0.33. Web safe color of #ac994d is #999966. Color #ac994d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10011001 | 01001101 |
Octal | 254 | 231 | 115 |
Decimal | 172 | 153 | 77 |
Hex | AC | 99 | 4D |
Shades of #ac994d
Tints of #ac994d
RGB Percentages of Color #ac994d
CMYK Percentages of Color #ac994d
Complementary Color
#ac994d | #4d60ac |
#ac994d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac994d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac994d Color CSS Codes
.mybgcolor {background-color:#ac994d; } .myforecolor {color:#ac994d; } .mybordercolor {border:3px solid #ac994d; }
#ac994d Text Font Color
<p style="color:#ac994d">Text here</p>
This sample text font color is #ac994d
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.
#ac994d Background Color
<div style="background-color:#ac994d">
Div content here</div>
This div background color is #ac994d
#ac994d Border Color
<div style="border:3px solid #ac994d">
Div here</div>
This div border color is #ac994d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,153,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac994d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac994d; -webkit-box-shadow: 1px 1px 3px 2px #ac994d; box-shadow: 1px 1px 3px 2px #ac994d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,153,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 #ac994d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac994d; -webkit-box-shadow: 1px 1px 3px 2px #ac994d; box-shadow: 1px 1px 3px 2px #ac994d;">
Div content here</div>
This div box has shadow with color #ac994d
Comments
No comments written yet.
Please login to write comment.