Shades of Shady Lady #A79097
Tints of Shady Lady #A79097
RGB
CMYK
RGB Variations
Color information
#A79097 (or 0xA79097) is known color: Shady Lady. HEX triplet: A7, 90 and 97. RGB value is (167,144,151). Sum of RGB (Red+Green+Blue) = 167+144+151=462 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.15% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 151 (59.38% from 255 or 32.68% from 462); Max value from RGB is 167 - color contains mainly: red. Hex color #A79097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79097 is #586F68. Grayscale: #979797. Windows color (decimal): -5795689 or 9932967. OLE color: 9932967.
HSL color Cylindrical-coordinate representation of color #A79097: hue angle of 341.74º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A79097 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 144 | 151 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.35 |
| HSL | 341.74º | 0.12% | 0.61% | - |
| HSV(B) | 341.74º | 0.14% | 0.65% | - |
| XYZ | 31.5 | 30.4 | 33.49 | - |
| YUV | 151.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 151 | 0 | 0.14 | 0.10 | 0.35 | 341.74 | 0.12 | 0.61 |
| Hex | A7 | 90 | 97 | 0 | E | A | 23 | 156 | C | 3D |
| Octal | 247 | 220 | 227 | 0 | 16 | 12 | 43 | 526 | 14 | 75 |
| Binary | 10100111 | 10010000 | 10010111 | 0 | 1110 | 1010 | 100011 | 101010110 | 1100 | 111101 |
Color Harmonies of #A79097
Complementary color
Monochromatic Colors of #A79097
Black with #A79097
Text Example
Text Example
White with #A79097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79097; }
p { color: rgb(167,144,151); }
H1.HeaderClassName
{
color: #A79097;
}
.AnyTagClassName
{
color: #A79097;
}
</style>
background-color css
<style>
a { background-color: #A79097; }
a { background-color: rgb(167,144,151); }
div.DivClassName
{
background-color: #A79097;
}
.BgClassName
{
background-color: #A79097;
}
</style>
border-color css
<style>
span { border-color: #A79097; }
span { border-color: rgb(167,144,151); }
td.TdClassName
{
border-color: #A79097;
}
.TagClassName
{
border-color: #A79097;
}
</style>