Shades of Shady Lady #AA9FA4
Tints of Shady Lady #AA9FA4
RGB
CMYK
RGB Variations
Color information
#AA9FA4 (or 0xAA9FA4) is known color: Shady Lady. HEX triplet: AA, 9F and A4. RGB value is (170,159,164). Sum of RGB (Red+Green+Blue) = 170+159+164=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 164 (64.45% from 255 or 33.27% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FA4 is #55605B. Grayscale: #A2A2A2. Windows color (decimal): -5595228 or 10788778. OLE color: 10788778.
HSL color Cylindrical-coordinate representation of color #AA9FA4: hue angle of 332.73º 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 #AA9FA4 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 159 | 164 | - |
CMYK | 0 | 0.06 | 0.04 | 0.33 |
HSL | 332.73º | 0.06% | 0.65% | - |
HSV(B) | 332.73º | 0.06% | 0.67% | - |
XYZ | 35.68 | 36.02 | 40.19 | - |
YUV | 162.86 | 128.64 | 133.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 159 | 164 | 0 | 0.06 | 0.04 | 0.33 | 332.73 | 0.06 | 0.65 |
Hex | AA | 9F | A4 | 0 | 6 | 4 | 21 | 14D | 6 | 41 |
Octal | 252 | 237 | 244 | 0 | 6 | 4 | 41 | 515 | 6 | 101 |
Binary | 10101010 | 10011111 | 10100100 | 0 | 110 | 100 | 100001 | 101001101 | 110 | 1000001 |
Color Harmonies of #AA9FA4
Complementary color
Monochromatic Colors of #AA9FA4
Black with #AA9FA4
Text Example
Text Example
White with #AA9FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FA4; }
p { color: rgb(170,159,164); }
H1.HeaderClassName
{
color: #AA9FA4;
}
.AnyTagClassName
{
color: #AA9FA4;
}
</style>
background-color css
<style>
a { background-color: #AA9FA4; }
a { background-color: rgb(170,159,164); }
div.DivClassName
{
background-color: #AA9FA4;
}
.BgClassName
{
background-color: #AA9FA4;
}
</style>
border-color css
<style>
span { border-color: #AA9FA4; }
span { border-color: rgb(170,159,164); }
td.TdClassName
{
border-color: #AA9FA4;
}
.TagClassName
{
border-color: #AA9FA4;
}
</style>