Shades of Shady Lady #A99299
Tints of Shady Lady #A99299
RGB
CMYK
RGB Variations
Color information
#A99299 (or 0xA99299) is known color: Shady Lady. HEX triplet: A9, 92 and 99. RGB value is (169,146,153). Sum of RGB (Red+Green+Blue) = 169+146+153=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 169 - color contains mainly: red. Hex color #A99299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99299 is #566D66. Grayscale: #999999. Windows color (decimal): -5664103 or 10064553. OLE color: 10064553.
HSL color Cylindrical-coordinate representation of color #A99299: hue angle of 341.74º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A99299 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 153 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.34 |
| HSL | 341.74º | 0.12% | 0.62% | - |
| HSV(B) | 341.74º | 0.14% | 0.66% | - |
| XYZ | 32.39 | 31.29 | 34.47 | - |
| YUV | 153.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 153 | 0 | 0.14 | 0.09 | 0.34 | 341.74 | 0.12 | 0.62 |
| Hex | A9 | 92 | 99 | 0 | E | 9 | 22 | 156 | C | 3E |
| Octal | 251 | 222 | 231 | 0 | 16 | 11 | 42 | 526 | 14 | 76 |
| Binary | 10101001 | 10010010 | 10011001 | 0 | 1110 | 1001 | 100010 | 101010110 | 1100 | 111110 |
Color Harmonies of #A99299
Complementary color
Monochromatic Colors of #A99299
Black with #A99299
Text Example
Text Example
White with #A99299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99299; }
p { color: rgb(169,146,153); }
H1.HeaderClassName
{
color: #A99299;
}
.AnyTagClassName
{
color: #A99299;
}
</style>
background-color css
<style>
a { background-color: #A99299; }
a { background-color: rgb(169,146,153); }
div.DivClassName
{
background-color: #A99299;
}
.BgClassName
{
background-color: #A99299;
}
</style>
border-color css
<style>
span { border-color: #A99299; }
span { border-color: rgb(169,146,153); }
td.TdClassName
{
border-color: #A99299;
}
.TagClassName
{
border-color: #A99299;
}
</style>