Shades of Shady Lady #A99599
Tints of Shady Lady #A99599
RGB
CMYK
RGB Variations
Color information
#A99599 (or 0xA99599) is known color: Shady Lady. HEX triplet: A9, 95 and 99. RGB value is (169,149,153). Sum of RGB (Red+Green+Blue) = 169+149+153=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 169 - color contains mainly: red. Hex color #A99599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99599 is #566A66. Grayscale: #9B9B9B. Windows color (decimal): -5663335 or 10065321. OLE color: 10065321.
HSL color Cylindrical-coordinate representation of color #A99599: hue angle of 348º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A99599 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 149 | 153 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.34 |
| HSL | 348º | 0.1% | 0.62% | - |
| HSV(B) | 348º | 0.12% | 0.66% | - |
| XYZ | 32.86 | 32.23 | 34.63 | - |
| YUV | 155.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 149 | 153 | 0 | 0.12 | 0.09 | 0.34 | 348 | 0.1 | 0.62 |
| Hex | A9 | 95 | 99 | 0 | C | 9 | 22 | 15C | A | 3E |
| Octal | 251 | 225 | 231 | 0 | 14 | 11 | 42 | 534 | 12 | 76 |
| Binary | 10101001 | 10010101 | 10011001 | 0 | 1100 | 1001 | 100010 | 101011100 | 1010 | 111110 |
Color Harmonies of #A99599
Complementary color
Monochromatic Colors of #A99599
Black with #A99599
Text Example
Text Example
White with #A99599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99599; }
p { color: rgb(169,149,153); }
H1.HeaderClassName
{
color: #A99599;
}
.AnyTagClassName
{
color: #A99599;
}
</style>
background-color css
<style>
a { background-color: #A99599; }
a { background-color: rgb(169,149,153); }
div.DivClassName
{
background-color: #A99599;
}
.BgClassName
{
background-color: #A99599;
}
</style>
border-color css
<style>
span { border-color: #A99599; }
span { border-color: rgb(169,149,153); }
td.TdClassName
{
border-color: #A99599;
}
.TagClassName
{
border-color: #A99599;
}
</style>