Shades of Shady Lady #AC99A2
Tints of Shady Lady #AC99A2
RGB
CMYK
RGB Variations
Color information
#AC99A2 (or 0xAC99A2) is known color: Shady Lady. HEX triplet: AC, 99 and A2. RGB value is (172,153,162). Sum of RGB (Red+Green+Blue) = 172+153+162=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #AC99A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC99A2 is #53665D. Grayscale: #9F9F9F. Windows color (decimal): -5465694 or 10656172. OLE color: 10656172.
HSL color Cylindrical-coordinate representation of color #AC99A2: hue angle of 331.58º 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 #AC99A2 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 153 | 162 | - |
CMYK | 0 | 0.11 | 0.06 | 0.33 |
HSL | 331.58º | 0.1% | 0.64% | - |
HSV(B) | 331.58º | 0.11% | 0.67% | - |
XYZ | 34.93 | 34.16 | 38.94 | - |
YUV | 159.71 | 129.29 | 136.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 153 | 162 | 0 | 0.11 | 0.06 | 0.33 | 331.58 | 0.1 | 0.64 |
Hex | AC | 99 | A2 | 0 | B | 6 | 21 | 14C | A | 40 |
Octal | 254 | 231 | 242 | 0 | 13 | 6 | 41 | 514 | 12 | 100 |
Binary | 10101100 | 10011001 | 10100010 | 0 | 1011 | 110 | 100001 | 101001100 | 1010 | 1000000 |
Color Harmonies of #AC99A2
Complementary color
Monochromatic Colors of #AC99A2
Black with #AC99A2
Text Example
Text Example
White with #AC99A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC99A2; }
p { color: rgb(172,153,162); }
H1.HeaderClassName
{
color: #AC99A2;
}
.AnyTagClassName
{
color: #AC99A2;
}
</style>
background-color css
<style>
a { background-color: #AC99A2; }
a { background-color: rgb(172,153,162); }
div.DivClassName
{
background-color: #AC99A2;
}
.BgClassName
{
background-color: #AC99A2;
}
</style>
border-color css
<style>
span { border-color: #AC99A2; }
span { border-color: rgb(172,153,162); }
td.TdClassName
{
border-color: #AC99A2;
}
.TagClassName
{
border-color: #AC99A2;
}
</style>