Shades of Shady Lady #A79A9D
Tints of Shady Lady #A79A9D
RGB
CMYK
RGB Variations
Color information
#A79A9D (or 0xA79A9D) is known color: Shady Lady. HEX triplet: A7, 9A and 9D. RGB value is (167,154,157). Sum of RGB (Red+Green+Blue) = 167+154+157=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79A9D is #586562. Grayscale: #9E9E9E. Windows color (decimal): -5793123 or 10328743. OLE color: 10328743.
HSL color Cylindrical-coordinate representation of color #A79A9D: hue angle of 346.15º 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 #A79A9D is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 154 | 157 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.35 |
| HSL | 346.15º | 0.07% | 0.63% | - |
| HSV(B) | 346.15º | 0.08% | 0.65% | - |
| XYZ | 33.58 | 33.76 | 36.65 | - |
| YUV | 158.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 154 | 157 | 0 | 0.08 | 0.06 | 0.35 | 346.15 | 0.07 | 0.63 |
| Hex | A7 | 9A | 9D | 0 | 8 | 6 | 23 | 15A | 7 | 3F |
| Octal | 247 | 232 | 235 | 0 | 10 | 6 | 43 | 532 | 7 | 77 |
| Binary | 10100111 | 10011010 | 10011101 | 0 | 1000 | 110 | 100011 | 101011010 | 111 | 111111 |
Color Harmonies of #A79A9D
Complementary color
Monochromatic Colors of #A79A9D
Black with #A79A9D
Text Example
Text Example
White with #A79A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79A9D; }
p { color: rgb(167,154,157); }
H1.HeaderClassName
{
color: #A79A9D;
}
.AnyTagClassName
{
color: #A79A9D;
}
</style>
background-color css
<style>
a { background-color: #A79A9D; }
a { background-color: rgb(167,154,157); }
div.DivClassName
{
background-color: #A79A9D;
}
.BgClassName
{
background-color: #A79A9D;
}
</style>
border-color css
<style>
span { border-color: #A79A9D; }
span { border-color: rgb(167,154,157); }
td.TdClassName
{
border-color: #A79A9D;
}
.TagClassName
{
border-color: #A79A9D;
}
</style>