Shades of Shady Lady #AA9FA1
Tints of Shady Lady #AA9FA1
RGB
CMYK
RGB Variations
Color information
#AA9FA1 (or 0xAA9FA1) is known color: Shady Lady. HEX triplet: AA, 9F and A1. RGB value is (170,159,161). Sum of RGB (Red+Green+Blue) = 170+159+161=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FA1 is #55605E. Grayscale: #A2A2A2. Windows color (decimal): -5595231 or 10592170. OLE color: 10592170.
HSL color Cylindrical-coordinate representation of color #AA9FA1: hue angle of 349.09º 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 #AA9FA1 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 159 | 161 | - |
CMYK | 0 | 0.06 | 0.05 | 0.33 |
HSL | 349.09º | 0.06% | 0.65% | - |
HSV(B) | 349.09º | 0.06% | 0.67% | - |
XYZ | 35.41 | 35.92 | 38.78 | - |
YUV | 162.52 | 127.14 | 133.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 161 | 0 | 0.06 | 0.05 | 0.33 | 349.09 | 0.06 | 0.65 |
Hex | AA | 9F | A1 | 0 | 6 | 5 | 21 | 15D | 6 | 41 |
Octal | 252 | 237 | 241 | 0 | 6 | 5 | 41 | 535 | 6 | 101 |
Binary | 10101010 | 10011111 | 10100001 | 0 | 110 | 101 | 100001 | 101011101 | 110 | 1000001 |
Color Harmonies of #AA9FA1
Complementary color
Monochromatic Colors of #AA9FA1
Black with #AA9FA1
Text Example
Text Example
White with #AA9FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FA1; }
p { color: rgb(170,159,161); }
H1.HeaderClassName
{
color: #AA9FA1;
}
.AnyTagClassName
{
color: #AA9FA1;
}
</style>
background-color css
<style>
a { background-color: #AA9FA1; }
a { background-color: rgb(170,159,161); }
div.DivClassName
{
background-color: #AA9FA1;
}
.BgClassName
{
background-color: #AA9FA1;
}
</style>
border-color css
<style>
span { border-color: #AA9FA1; }
span { border-color: rgb(170,159,161); }
td.TdClassName
{
border-color: #AA9FA1;
}
.TagClassName
{
border-color: #AA9FA1;
}
</style>