Color spaces of #acac9a
RGB | 172 | 172 | 154 |
---|---|---|---|
HSL | 0.17 | 0.10 | 0.64 |
HSV | 60° | 10° | 67° |
CMYK | 0.00 | 0.00 | 0.10 0.33 |
XYZ | 37.5985 | 40.6088 | 36.4285 |
Yxy | 40.6088 | 0.3280 | 0.3542 |
Hunter Lab | 63.7250 | -6.2018 | 10.7143 |
CIE-Lab | 69.9010 | -3.2222 | 9.2622 |
#acac9a color RGB value is (172,172,154).
#acac9a hex color red value is 172, green value is 172 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #acac9a hue: 0.17 , saturation: 0.10 and the lightness value of acac9a is 0.64.
The process color (four color CMYK) of #acac9a color hex is 0.00, 0.00, 0.10, 0.33. Web safe color of #acac9a is #999999. Color #acac9a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101100 | 10011010 |
Octal | 254 | 254 | 232 |
Decimal | 172 | 172 | 154 |
Hex | AC | AC | 9A |
Shades of #acac9a
Tints of #acac9a
RGB Percentages of Color #acac9a
CMYK Percentages of Color #acac9a
Complementary Color
#acac9a | #9a9aac |
#acac9a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acac9a Color Preview on White Background
Lorem ipsum dolor sit amet.
#acac9a Color CSS Codes
.mybgcolor {background-color:#acac9a; } .myforecolor {color:#acac9a; } .mybordercolor {border:3px solid #acac9a; }
#acac9a Text Font Color
<p style="color:#acac9a">Text here</p>
This sample text font color is #acac9a
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.
#acac9a Background Color
<div style="background-color:#acac9a">
Div content here</div>
This div background color is #acac9a
#acac9a Border Color
<div style="border:3px solid #acac9a">
Div here</div>
This div border color is #acac9a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,172,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acac9a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acac9a; -webkit-box-shadow: 1px 1px 3px 2px #acac9a; box-shadow: 1px 1px 3px 2px #acac9a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,172,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acac9a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acac9a; -webkit-box-shadow: 1px 1px 3px 2px #acac9a; box-shadow: 1px 1px 3px 2px #acac9a;">
Div content here</div>
This div box has shadow with color #acac9a
Comments
No comments written yet.
Please login to write comment.