Shades of Shady Lady #A7919A
Tints of Shady Lady #A7919A
RGB
CMYK
RGB Variations
Color information
#A7919A (or 0xA7919A) is known color: Shady Lady. HEX triplet: A7, 91 and 9A. RGB value is (167,145,154). Sum of RGB (Red+Green+Blue) = 167+145+154=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 167 - color contains mainly: red. Hex color #A7919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7919A is #586E65. Grayscale: #989898. Windows color (decimal): -5795430 or 10129831. OLE color: 10129831.
HSL color Cylindrical-coordinate representation of color #A7919A: hue angle of 335.45º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7919A is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 145 | 154 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.35 |
| HSL | 335.45º | 0.11% | 0.61% | - |
| HSV(B) | 335.45º | 0.13% | 0.65% | - |
| XYZ | 31.89 | 30.8 | 34.84 | - |
| YUV | 152.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 145 | 154 | 0 | 0.13 | 0.08 | 0.35 | 335.45 | 0.11 | 0.61 |
| Hex | A7 | 91 | 9A | 0 | D | 8 | 23 | 14F | B | 3D |
| Octal | 247 | 221 | 232 | 0 | 15 | 10 | 43 | 517 | 13 | 75 |
| Binary | 10100111 | 10010001 | 10011010 | 0 | 1101 | 1000 | 100011 | 101001111 | 1011 | 111101 |
Color Harmonies of #A7919A
Complementary color
Monochromatic Colors of #A7919A
Black with #A7919A
Text Example
Text Example
White with #A7919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7919A; }
p { color: rgb(167,145,154); }
H1.HeaderClassName
{
color: #A7919A;
}
.AnyTagClassName
{
color: #A7919A;
}
</style>
background-color css
<style>
a { background-color: #A7919A; }
a { background-color: rgb(167,145,154); }
div.DivClassName
{
background-color: #A7919A;
}
.BgClassName
{
background-color: #A7919A;
}
</style>
border-color css
<style>
span { border-color: #A7919A; }
span { border-color: rgb(167,145,154); }
td.TdClassName
{
border-color: #A7919A;
}
.TagClassName
{
border-color: #A7919A;
}
</style>