Shades of Shady Lady #A99097
Tints of Shady Lady #A99097
RGB
CMYK
RGB Variations
Color information
#A99097 (or 0xA99097) is known color: Shady Lady. HEX triplet: A9, 90 and 97. RGB value is (169,144,151). Sum of RGB (Red+Green+Blue) = 169+144+151=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 169 - color contains mainly: red. Hex color #A99097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99097 is #566F68. Grayscale: #989898. Windows color (decimal): -5664617 or 9932969. OLE color: 9932969.
HSL color Cylindrical-coordinate representation of color #A99097: hue angle of 343.2º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A99097 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 151 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.34 |
| HSL | 343.2º | 0.13% | 0.61% | - |
| HSV(B) | 343.2º | 0.15% | 0.66% | - |
| XYZ | 31.92 | 30.62 | 33.51 | - |
| YUV | 152.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 151 | 0 | 0.15 | 0.11 | 0.34 | 343.2 | 0.13 | 0.61 |
| Hex | A9 | 90 | 97 | 0 | F | B | 22 | 157 | D | 3D |
| Octal | 251 | 220 | 227 | 0 | 17 | 13 | 42 | 527 | 15 | 75 |
| Binary | 10101001 | 10010000 | 10010111 | 0 | 1111 | 1011 | 100010 | 101010111 | 1101 | 111101 |
Color Harmonies of #A99097
Complementary color
Monochromatic Colors of #A99097
Black with #A99097
Text Example
Text Example
White with #A99097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99097; }
p { color: rgb(169,144,151); }
H1.HeaderClassName
{
color: #A99097;
}
.AnyTagClassName
{
color: #A99097;
}
</style>
background-color css
<style>
a { background-color: #A99097; }
a { background-color: rgb(169,144,151); }
div.DivClassName
{
background-color: #A99097;
}
.BgClassName
{
background-color: #A99097;
}
</style>
border-color css
<style>
span { border-color: #A99097; }
span { border-color: rgb(169,144,151); }
td.TdClassName
{
border-color: #A99097;
}
.TagClassName
{
border-color: #A99097;
}
</style>