Shades of Shady Lady #AA98A1
Tints of Shady Lady #AA98A1
RGB
CMYK
RGB Variations
Color information
#AA98A1 (or 0xAA98A1) is known color: Shady Lady. HEX triplet: AA, 98 and A1. RGB value is (170,152,161). Sum of RGB (Red+Green+Blue) = 170+152+161=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AA98A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA98A1 is #55675E. Grayscale: #9E9E9E. Windows color (decimal): -5597023 or 10590378. OLE color: 10590378.
HSL color Cylindrical-coordinate representation of color #AA98A1: hue angle of 330º 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 #AA98A1 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 161 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.33 |
| HSL | 330º | 0.1% | 0.63% | - |
| HSV(B) | 330º | 0.11% | 0.67% | - |
| XYZ | 34.24 | 33.58 | 38.39 | - |
| YUV | 158.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 161 | 0 | 0.11 | 0.05 | 0.33 | 330 | 0.1 | 0.63 |
| Hex | AA | 98 | A1 | 0 | B | 5 | 21 | 14A | A | 3F |
| Octal | 252 | 230 | 241 | 0 | 13 | 5 | 41 | 512 | 12 | 77 |
| Binary | 10101010 | 10011000 | 10100001 | 0 | 1011 | 101 | 100001 | 101001010 | 1010 | 111111 |
Color Harmonies of #AA98A1
Complementary color
Monochromatic Colors of #AA98A1
Black with #AA98A1
Text Example
Text Example
White with #AA98A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA98A1; }
p { color: rgb(170,152,161); }
H1.HeaderClassName
{
color: #AA98A1;
}
.AnyTagClassName
{
color: #AA98A1;
}
</style>
background-color css
<style>
a { background-color: #AA98A1; }
a { background-color: rgb(170,152,161); }
div.DivClassName
{
background-color: #AA98A1;
}
.BgClassName
{
background-color: #AA98A1;
}
</style>
border-color css
<style>
span { border-color: #AA98A1; }
span { border-color: rgb(170,152,161); }
td.TdClassName
{
border-color: #AA98A1;
}
.TagClassName
{
border-color: #AA98A1;
}
</style>