Shades of Shady Lady #AA979D
Tints of Shady Lady #AA979D
RGB
CMYK
RGB Variations
Color information
#AA979D (or 0xAA979D) is known color: Shady Lady. HEX triplet: AA, 97 and 9D. RGB value is (170,151,157). Sum of RGB (Red+Green+Blue) = 170+151+157=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AA979D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA979D is #556862. Grayscale: #9D9D9D. Windows color (decimal): -5597283 or 10327978. OLE color: 10327978.
HSL color Cylindrical-coordinate representation of color #AA979D: hue angle of 341.05º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AA979D is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 157 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.33 |
| HSL | 341.05º | 0.1% | 0.63% | - |
| HSV(B) | 341.05º | 0.11% | 0.67% | - |
| XYZ | 33.73 | 33.11 | 36.51 | - |
| YUV | 157.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 157 | 0 | 0.11 | 0.08 | 0.33 | 341.05 | 0.1 | 0.63 |
| Hex | AA | 97 | 9D | 0 | B | 8 | 21 | 155 | A | 3F |
| Octal | 252 | 227 | 235 | 0 | 13 | 10 | 41 | 525 | 12 | 77 |
| Binary | 10101010 | 10010111 | 10011101 | 0 | 1011 | 1000 | 100001 | 101010101 | 1010 | 111111 |
Color Harmonies of #AA979D
Complementary color
Monochromatic Colors of #AA979D
Black with #AA979D
Text Example
Text Example
White with #AA979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA979D; }
p { color: rgb(170,151,157); }
H1.HeaderClassName
{
color: #AA979D;
}
.AnyTagClassName
{
color: #AA979D;
}
</style>
background-color css
<style>
a { background-color: #AA979D; }
a { background-color: rgb(170,151,157); }
div.DivClassName
{
background-color: #AA979D;
}
.BgClassName
{
background-color: #AA979D;
}
</style>
border-color css
<style>
span { border-color: #AA979D; }
span { border-color: rgb(170,151,157); }
td.TdClassName
{
border-color: #AA979D;
}
.TagClassName
{
border-color: #AA979D;
}
</style>