Shades of Shady Lady #A7979C
Tints of Shady Lady #A7979C
RGB
CMYK
RGB Variations
Color information
#A7979C (or 0xA7979C) is known color: Shady Lady. HEX triplet: A7, 97 and 9C. RGB value is (167,151,156). Sum of RGB (Red+Green+Blue) = 167+151+156=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 167 - color contains mainly: red. Hex color #A7979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7979C is #586863. Grayscale: #9C9C9C. Windows color (decimal): -5793892 or 10262439. OLE color: 10262439.
HSL color Cylindrical-coordinate representation of color #A7979C: hue angle of 341.25º degrees, saturation: 0.08, 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 #A7979C is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 151 | 156 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.35 |
| HSL | 341.25º | 0.08% | 0.62% | - |
| HSV(B) | 341.25º | 0.1% | 0.65% | - |
| XYZ | 33 | 32.75 | 36.03 | - |
| YUV | 156.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 151 | 156 | 0 | 0.10 | 0.07 | 0.35 | 341.25 | 0.08 | 0.62 |
| Hex | A7 | 97 | 9C | 0 | A | 7 | 23 | 155 | 8 | 3E |
| Octal | 247 | 227 | 234 | 0 | 12 | 7 | 43 | 525 | 10 | 76 |
| Binary | 10100111 | 10010111 | 10011100 | 0 | 1010 | 111 | 100011 | 101010101 | 1000 | 111110 |
Color Harmonies of #A7979C
Complementary color
Monochromatic Colors of #A7979C
Black with #A7979C
Text Example
Text Example
White with #A7979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7979C; }
p { color: rgb(167,151,156); }
H1.HeaderClassName
{
color: #A7979C;
}
.AnyTagClassName
{
color: #A7979C;
}
</style>
background-color css
<style>
a { background-color: #A7979C; }
a { background-color: rgb(167,151,156); }
div.DivClassName
{
background-color: #A7979C;
}
.BgClassName
{
background-color: #A7979C;
}
</style>
border-color css
<style>
span { border-color: #A7979C; }
span { border-color: rgb(167,151,156); }
td.TdClassName
{
border-color: #A7979C;
}
.TagClassName
{
border-color: #A7979C;
}
</style>