Shades of Shady Lady #AA94A0
Tints of Shady Lady #AA94A0
RGB
CMYK
RGB Variations
Color information
#AA94A0 (or 0xAA94A0) is known color: Shady Lady. HEX triplet: AA, 94 and A0. RGB value is (170,148,160). Sum of RGB (Red+Green+Blue) = 170+148+160=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AA94A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA94A0 is #556B5F. Grayscale: #9B9B9B. Windows color (decimal): -5598048 or 10523818. OLE color: 10523818.
HSL color Cylindrical-coordinate representation of color #AA94A0: hue angle of 327.27º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AA94A0 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 160 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.33 |
| HSL | 327.27º | 0.11% | 0.62% | - |
| HSV(B) | 327.27º | 0.13% | 0.67% | - |
| XYZ | 33.51 | 32.26 | 37.72 | - |
| YUV | 155.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 160 | 0 | 0.13 | 0.06 | 0.33 | 327.27 | 0.11 | 0.62 |
| Hex | AA | 94 | A0 | 0 | D | 6 | 21 | 147 | B | 3E |
| Octal | 252 | 224 | 240 | 0 | 15 | 6 | 41 | 507 | 13 | 76 |
| Binary | 10101010 | 10010100 | 10100000 | 0 | 1101 | 110 | 100001 | 101000111 | 1011 | 111110 |
Color Harmonies of #AA94A0
Complementary color
Monochromatic Colors of #AA94A0
Black with #AA94A0
Text Example
Text Example
White with #AA94A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA94A0; }
p { color: rgb(170,148,160); }
H1.HeaderClassName
{
color: #AA94A0;
}
.AnyTagClassName
{
color: #AA94A0;
}
</style>
background-color css
<style>
a { background-color: #AA94A0; }
a { background-color: rgb(170,148,160); }
div.DivClassName
{
background-color: #AA94A0;
}
.BgClassName
{
background-color: #AA94A0;
}
</style>
border-color css
<style>
span { border-color: #AA94A0; }
span { border-color: rgb(170,148,160); }
td.TdClassName
{
border-color: #AA94A0;
}
.TagClassName
{
border-color: #AA94A0;
}
</style>