Shades of Shady Lady #AA9FA2
Tints of Shady Lady #AA9FA2
RGB
CMYK
RGB Variations
Color information
#AA9FA2 (or 0xAA9FA2) is known color: Shady Lady. HEX triplet: AA, 9F and A2. RGB value is (170,159,162). Sum of RGB (Red+Green+Blue) = 170+159+162=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FA2 is #55605D. Grayscale: #A2A2A2. Windows color (decimal): -5595230 or 10657706. OLE color: 10657706.
HSL color Cylindrical-coordinate representation of color #AA9FA2: hue angle of 343.64º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AA9FA2 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 159 | 162 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.33 |
| HSL | 343.64º | 0.06% | 0.65% | - |
| HSV(B) | 343.64º | 0.06% | 0.67% | - |
| XYZ | 35.5 | 35.95 | 39.25 | - |
| YUV | 162.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 162 | 0 | 0.06 | 0.05 | 0.33 | 343.64 | 0.06 | 0.65 |
| Hex | AA | 9F | A2 | 0 | 6 | 5 | 21 | 158 | 6 | 41 |
| Octal | 252 | 237 | 242 | 0 | 6 | 5 | 41 | 530 | 6 | 101 |
| Binary | 10101010 | 10011111 | 10100010 | 0 | 110 | 101 | 100001 | 101011000 | 110 | 1000001 |
Color Harmonies of #AA9FA2
Complementary color
Monochromatic Colors of #AA9FA2
Black with #AA9FA2
Text Example
Text Example
White with #AA9FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FA2; }
p { color: rgb(170,159,162); }
H1.HeaderClassName
{
color: #AA9FA2;
}
.AnyTagClassName
{
color: #AA9FA2;
}
</style>
background-color css
<style>
a { background-color: #AA9FA2; }
a { background-color: rgb(170,159,162); }
div.DivClassName
{
background-color: #AA9FA2;
}
.BgClassName
{
background-color: #AA9FA2;
}
</style>
border-color css
<style>
span { border-color: #AA9FA2; }
span { border-color: rgb(170,159,162); }
td.TdClassName
{
border-color: #AA9FA2;
}
.TagClassName
{
border-color: #AA9FA2;
}
</style>