Shades of Shady Lady #A69599
Tints of Shady Lady #A69599
RGB
CMYK
RGB Variations
Color information
#A69599 (or 0xA69599) is known color: Shady Lady. HEX triplet: A6, 95 and 99. RGB value is (166,149,153). Sum of RGB (Red+Green+Blue) = 166+149+153=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 166 - color contains mainly: red. Hex color #A69599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69599 is #596A66. Grayscale: #9A9A9A. Windows color (decimal): -5859943 or 10065318. OLE color: 10065318.
HSL color Cylindrical-coordinate representation of color #A69599: hue angle of 345.88º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A69599 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 149 | 153 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.35 |
| HSL | 345.88º | 0.09% | 0.62% | - |
| HSV(B) | 345.88º | 0.1% | 0.65% | - |
| XYZ | 32.22 | 31.9 | 34.6 | - |
| YUV | 154.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 149 | 153 | 0 | 0.10 | 0.08 | 0.35 | 345.88 | 0.09 | 0.62 |
| Hex | A6 | 95 | 99 | 0 | A | 8 | 23 | 15A | 9 | 3E |
| Octal | 246 | 225 | 231 | 0 | 12 | 10 | 43 | 532 | 11 | 76 |
| Binary | 10100110 | 10010101 | 10011001 | 0 | 1010 | 1000 | 100011 | 101011010 | 1001 | 111110 |
Color Harmonies of #A69599
Complementary color
Monochromatic Colors of #A69599
Black with #A69599
Text Example
Text Example
White with #A69599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69599; }
p { color: rgb(166,149,153); }
H1.HeaderClassName
{
color: #A69599;
}
.AnyTagClassName
{
color: #A69599;
}
</style>
background-color css
<style>
a { background-color: #A69599; }
a { background-color: rgb(166,149,153); }
div.DivClassName
{
background-color: #A69599;
}
.BgClassName
{
background-color: #A69599;
}
</style>
border-color css
<style>
span { border-color: #A69599; }
span { border-color: rgb(166,149,153); }
td.TdClassName
{
border-color: #A69599;
}
.TagClassName
{
border-color: #A69599;
}
</style>