Shades of Shady Lady #A99CA2
Tints of Shady Lady #A99CA2
RGB
CMYK
RGB Variations
Color information
#A99CA2 (or 0xA99CA2) is known color: Shady Lady. HEX triplet: A9, 9C and A2. RGB value is (169,156,162). Sum of RGB (Red+Green+Blue) = 169+156+162=487 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.70% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 169 - color contains mainly: red. Hex color #A99CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99CA2 is #56635D. Grayscale: #A0A0A0. Windows color (decimal): -5661534 or 10656937. OLE color: 10656937.
HSL color Cylindrical-coordinate representation of color #A99CA2: hue angle of 332.31º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A99CA2 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 162 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.34 |
| HSL | 332.31º | 0.07% | 0.64% | - |
| HSV(B) | 332.31º | 0.08% | 0.66% | - |
| XYZ | 34.77 | 34.82 | 39.07 | - |
| YUV | 160.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 162 | 0 | 0.08 | 0.04 | 0.34 | 332.31 | 0.07 | 0.64 |
| Hex | A9 | 9C | A2 | 0 | 8 | 4 | 22 | 14C | 7 | 40 |
| Octal | 251 | 234 | 242 | 0 | 10 | 4 | 42 | 514 | 7 | 100 |
| Binary | 10101001 | 10011100 | 10100010 | 0 | 1000 | 100 | 100010 | 101001100 | 111 | 1000000 |
Color Harmonies of #A99CA2
Complementary color
Monochromatic Colors of #A99CA2
Black with #A99CA2
Text Example
Text Example
White with #A99CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CA2; }
p { color: rgb(169,156,162); }
H1.HeaderClassName
{
color: #A99CA2;
}
.AnyTagClassName
{
color: #A99CA2;
}
</style>
background-color css
<style>
a { background-color: #A99CA2; }
a { background-color: rgb(169,156,162); }
div.DivClassName
{
background-color: #A99CA2;
}
.BgClassName
{
background-color: #A99CA2;
}
</style>
border-color css
<style>
span { border-color: #A99CA2; }
span { border-color: rgb(169,156,162); }
td.TdClassName
{
border-color: #A99CA2;
}
.TagClassName
{
border-color: #A99CA2;
}
</style>