Shades of Shady Lady #A79799
Tints of Shady Lady #A79799
RGB
CMYK
RGB Variations
Color information
#A79799 (or 0xA79799) is known color: Shady Lady. HEX triplet: A7, 97 and 99. RGB value is (167,151,153). Sum of RGB (Red+Green+Blue) = 167+151+153=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 167 - color contains mainly: red. Hex color #A79799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79799 is #586866. Grayscale: #9C9C9C. Windows color (decimal): -5793895 or 10065831. OLE color: 10065831.
HSL color Cylindrical-coordinate representation of color #A79799: hue angle of 352.5º 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 #A79799 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 151 | 153 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.35 |
| HSL | 352.5º | 0.08% | 0.62% | - |
| HSV(B) | 352.5º | 0.1% | 0.65% | - |
| XYZ | 32.75 | 32.65 | 34.71 | - |
| YUV | 156.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 151 | 153 | 0 | 0.10 | 0.08 | 0.35 | 352.5 | 0.08 | 0.62 |
| Hex | A7 | 97 | 99 | 0 | A | 8 | 23 | 160 | 8 | 3E |
| Octal | 247 | 227 | 231 | 0 | 12 | 10 | 43 | 540 | 10 | 76 |
| Binary | 10100111 | 10010111 | 10011001 | 0 | 1010 | 1000 | 100011 | 101100000 | 1000 | 111110 |
Color Harmonies of #A79799
Complementary color
Monochromatic Colors of #A79799
Black with #A79799
Text Example
Text Example
White with #A79799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79799; }
p { color: rgb(167,151,153); }
H1.HeaderClassName
{
color: #A79799;
}
.AnyTagClassName
{
color: #A79799;
}
</style>
background-color css
<style>
a { background-color: #A79799; }
a { background-color: rgb(167,151,153); }
div.DivClassName
{
background-color: #A79799;
}
.BgClassName
{
background-color: #A79799;
}
</style>
border-color css
<style>
span { border-color: #A79799; }
span { border-color: rgb(167,151,153); }
td.TdClassName
{
border-color: #A79799;
}
.TagClassName
{
border-color: #A79799;
}
</style>