Shades of Shady Lady #A7959C
Tints of Shady Lady #A7959C
RGB
CMYK
RGB Variations
Color information
#A7959C (or 0xA7959C) is known color: Shady Lady. HEX triplet: A7, 95 and 9C. RGB value is (167,149,156). Sum of RGB (Red+Green+Blue) = 167+149+156=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 167 - color contains mainly: red. Hex color #A7959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7959C is #586A63. Grayscale: #9B9B9B. Windows color (decimal): -5794404 or 10261927. OLE color: 10261927.
HSL color Cylindrical-coordinate representation of color #A7959C: hue angle of 336.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A7959C is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 149 | 156 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.35 |
| HSL | 336.67º | 0.09% | 0.62% | - |
| HSV(B) | 336.67º | 0.11% | 0.65% | - |
| XYZ | 32.68 | 32.11 | 35.93 | - |
| YUV | 155.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 156 | 0 | 0.11 | 0.07 | 0.35 | 336.67 | 0.09 | 0.62 |
| Hex | A7 | 95 | 9C | 0 | B | 7 | 23 | 151 | 9 | 3E |
| Octal | 247 | 225 | 234 | 0 | 13 | 7 | 43 | 521 | 11 | 76 |
| Binary | 10100111 | 10010101 | 10011100 | 0 | 1011 | 111 | 100011 | 101010001 | 1001 | 111110 |
Color Harmonies of #A7959C
Complementary color
Monochromatic Colors of #A7959C
Black with #A7959C
Text Example
Text Example
White with #A7959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7959C; }
p { color: rgb(167,149,156); }
H1.HeaderClassName
{
color: #A7959C;
}
.AnyTagClassName
{
color: #A7959C;
}
</style>
background-color css
<style>
a { background-color: #A7959C; }
a { background-color: rgb(167,149,156); }
div.DivClassName
{
background-color: #A7959C;
}
.BgClassName
{
background-color: #A7959C;
}
</style>
border-color css
<style>
span { border-color: #A7959C; }
span { border-color: rgb(167,149,156); }
td.TdClassName
{
border-color: #A7959C;
}
.TagClassName
{
border-color: #A7959C;
}
</style>