Shades of Shady Lady #AA949C
Tints of Shady Lady #AA949C
RGB
CMYK
RGB Variations
Color information
#AA949C (or 0xAA949C) is known color: Shady Lady. HEX triplet: AA, 94 and 9C. RGB value is (170,148,156). Sum of RGB (Red+Green+Blue) = 170+148+156=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA949C is #556B63. Grayscale: #9B9B9B. Windows color (decimal): -5598052 or 10261674. OLE color: 10261674.
HSL color Cylindrical-coordinate representation of color #AA949C: hue angle of 338.18º 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 #AA949C is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 156 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.33 |
| HSL | 338.18º | 0.11% | 0.62% | - |
| HSV(B) | 338.18º | 0.13% | 0.67% | - |
| XYZ | 33.17 | 32.13 | 35.91 | - |
| YUV | 155.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 156 | 0 | 0.13 | 0.08 | 0.33 | 338.18 | 0.11 | 0.62 |
| Hex | AA | 94 | 9C | 0 | D | 8 | 21 | 152 | B | 3E |
| Octal | 252 | 224 | 234 | 0 | 15 | 10 | 41 | 522 | 13 | 76 |
| Binary | 10101010 | 10010100 | 10011100 | 0 | 1101 | 1000 | 100001 | 101010010 | 1011 | 111110 |
Color Harmonies of #AA949C
Complementary color
Monochromatic Colors of #AA949C
Black with #AA949C
Text Example
Text Example
White with #AA949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA949C; }
p { color: rgb(170,148,156); }
H1.HeaderClassName
{
color: #AA949C;
}
.AnyTagClassName
{
color: #AA949C;
}
</style>
background-color css
<style>
a { background-color: #AA949C; }
a { background-color: rgb(170,148,156); }
div.DivClassName
{
background-color: #AA949C;
}
.BgClassName
{
background-color: #AA949C;
}
</style>
border-color css
<style>
span { border-color: #AA949C; }
span { border-color: rgb(170,148,156); }
td.TdClassName
{
border-color: #AA949C;
}
.TagClassName
{
border-color: #AA949C;
}
</style>