Shades of Shady Lady #AC99A0
Tints of Shady Lady #AC99A0
RGB
CMYK
RGB Variations
Color information
#AC99A0 (or 0xAC99A0) is known color: Shady Lady. HEX triplet: AC, 99 and A0. RGB value is (172,153,160). Sum of RGB (Red+Green+Blue) = 172+153+160=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #AC99A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99A0 is #53665F. Grayscale: #9F9F9F. Windows color (decimal): -5465696 or 10525100. OLE color: 10525100.
HSL color Cylindrical-coordinate representation of color #AC99A0: hue angle of 337.89º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AC99A0 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 153 | 160 | - |
CMYK | 0 | 0.11 | 0.07 | 0.33 |
HSL | 337.89º | 0.1% | 0.64% | - |
HSV(B) | 337.89º | 0.11% | 0.67% | - |
XYZ | 34.75 | 34.09 | 38.01 | - |
YUV | 159.48 | 128.29 | 136.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 153 | 160 | 0 | 0.11 | 0.07 | 0.33 | 337.89 | 0.1 | 0.64 |
Hex | AC | 99 | A0 | 0 | B | 7 | 21 | 152 | A | 40 |
Octal | 254 | 231 | 240 | 0 | 13 | 7 | 41 | 522 | 12 | 100 |
Binary | 10101100 | 10011001 | 10100000 | 0 | 1011 | 111 | 100001 | 101010010 | 1010 | 1000000 |
Color Harmonies of #AC99A0
Complementary color
Monochromatic Colors of #AC99A0
Black with #AC99A0
Text Example
Text Example
White with #AC99A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99A0; }
p { color: rgb(172,153,160); }
H1.HeaderClassName
{
color: #AC99A0;
}
.AnyTagClassName
{
color: #AC99A0;
}
</style>
background-color css
<style>
a { background-color: #AC99A0; }
a { background-color: rgb(172,153,160); }
div.DivClassName
{
background-color: #AC99A0;
}
.BgClassName
{
background-color: #AC99A0;
}
</style>
border-color css
<style>
span { border-color: #AC99A0; }
span { border-color: rgb(172,153,160); }
td.TdClassName
{
border-color: #AC99A0;
}
.TagClassName
{
border-color: #AC99A0;
}
</style>