Shades of Shady Lady #A8979F
Tints of Shady Lady #A8979F
RGB
CMYK
RGB Variations
Color information
#A8979F (or 0xA8979F) is known color: Shady Lady. HEX triplet: A8, 97 and 9F. RGB value is (168,151,159). Sum of RGB (Red+Green+Blue) = 168+151+159=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 168 - color contains mainly: red. Hex color #A8979F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8979F is #576860. Grayscale: #9C9C9C. Windows color (decimal): -5728353 or 10459048. OLE color: 10459048.
HSL color Cylindrical-coordinate representation of color #A8979F: hue angle of 331.76º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8979F is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 151 | 159 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.34 |
| HSL | 331.76º | 0.09% | 0.63% | - |
| HSV(B) | 331.76º | 0.1% | 0.66% | - |
| XYZ | 33.47 | 32.96 | 37.4 | - |
| YUV | 157 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 159 | 0 | 0.10 | 0.05 | 0.34 | 331.76 | 0.09 | 0.63 |
| Hex | A8 | 97 | 9F | 0 | A | 5 | 22 | 14C | 9 | 3F |
| Octal | 250 | 227 | 237 | 0 | 12 | 5 | 42 | 514 | 11 | 77 |
| Binary | 10101000 | 10010111 | 10011111 | 0 | 1010 | 101 | 100010 | 101001100 | 1001 | 111111 |
Color Harmonies of #A8979F
Complementary color
Monochromatic Colors of #A8979F
Black with #A8979F
Text Example
Text Example
White with #A8979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8979F; }
p { color: rgb(168,151,159); }
H1.HeaderClassName
{
color: #A8979F;
}
.AnyTagClassName
{
color: #A8979F;
}
</style>
background-color css
<style>
a { background-color: #A8979F; }
a { background-color: rgb(168,151,159); }
div.DivClassName
{
background-color: #A8979F;
}
.BgClassName
{
background-color: #A8979F;
}
</style>
border-color css
<style>
span { border-color: #A8979F; }
span { border-color: rgb(168,151,159); }
td.TdClassName
{
border-color: #A8979F;
}
.TagClassName
{
border-color: #A8979F;
}
</style>