Shades of Shady Lady #A799A0
Tints of Shady Lady #A799A0
RGB
CMYK
RGB Variations
Color information
#A799A0 (or 0xA799A0) is known color: Shady Lady. HEX triplet: A7, 99 and A0. RGB value is (167,153,160). Sum of RGB (Red+Green+Blue) = 167+153+160=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 167 - color contains mainly: red. Hex color #A799A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A799A0 is #58665F. Grayscale: #9D9D9D. Windows color (decimal): -5793376 or 10525095. OLE color: 10525095.
HSL color Cylindrical-coordinate representation of color #A799A0: hue angle of 330º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A799A0 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 153 | 160 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.35 |
| HSL | 330º | 0.07% | 0.63% | - |
| HSV(B) | 330º | 0.08% | 0.65% | - |
| XYZ | 33.67 | 33.54 | 37.96 | - |
| YUV | 157.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 160 | 0 | 0.08 | 0.04 | 0.35 | 330 | 0.07 | 0.63 |
| Hex | A7 | 99 | A0 | 0 | 8 | 4 | 23 | 14A | 7 | 3F |
| Octal | 247 | 231 | 240 | 0 | 10 | 4 | 43 | 512 | 7 | 77 |
| Binary | 10100111 | 10011001 | 10100000 | 0 | 1000 | 100 | 100011 | 101001010 | 111 | 111111 |
Color Harmonies of #A799A0
Complementary color
Monochromatic Colors of #A799A0
Black with #A799A0
Text Example
Text Example
White with #A799A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A799A0; }
p { color: rgb(167,153,160); }
H1.HeaderClassName
{
color: #A799A0;
}
.AnyTagClassName
{
color: #A799A0;
}
</style>
background-color css
<style>
a { background-color: #A799A0; }
a { background-color: rgb(167,153,160); }
div.DivClassName
{
background-color: #A799A0;
}
.BgClassName
{
background-color: #A799A0;
}
</style>
border-color css
<style>
span { border-color: #A799A0; }
span { border-color: rgb(167,153,160); }
td.TdClassName
{
border-color: #A799A0;
}
.TagClassName
{
border-color: #A799A0;
}
</style>