Shades of Shady Lady #A2979E
Tints of Shady Lady #A2979E
RGB
CMYK
RGB Variations
Color information
#A2979E (or 0xA2979E) is known color: Shady Lady. HEX triplet: A2, 97 and 9E. RGB value is (162,151,158). Sum of RGB (Red+Green+Blue) = 162+151+158=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 162 - color contains mainly: red. Hex color #A2979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2979E is #5D6861. Grayscale: #9B9B9B. Windows color (decimal): -6121570 or 10393506. OLE color: 10393506.
HSL color Cylindrical-coordinate representation of color #A2979E: hue angle of 321.82º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A2979E is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 151 | 158 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.36 |
| HSL | 321.82º | 0.06% | 0.61% | - |
| HSV(B) | 321.82º | 0.07% | 0.64% | - |
| XYZ | 32.14 | 32.28 | 36.89 | - |
| YUV | 155.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 151 | 158 | 0 | 0.07 | 0.02 | 0.36 | 321.82 | 0.06 | 0.61 |
| Hex | A2 | 97 | 9E | 0 | 7 | 2 | 24 | 142 | 6 | 3D |
| Octal | 242 | 227 | 236 | 0 | 7 | 2 | 44 | 502 | 6 | 75 |
| Binary | 10100010 | 10010111 | 10011110 | 0 | 111 | 10 | 100100 | 101000010 | 110 | 111101 |
Color Harmonies of #A2979E
Complementary color
Monochromatic Colors of #A2979E
Black with #A2979E
Text Example
Text Example
White with #A2979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2979E; }
p { color: rgb(162,151,158); }
H1.HeaderClassName
{
color: #A2979E;
}
.AnyTagClassName
{
color: #A2979E;
}
</style>
background-color css
<style>
a { background-color: #A2979E; }
a { background-color: rgb(162,151,158); }
div.DivClassName
{
background-color: #A2979E;
}
.BgClassName
{
background-color: #A2979E;
}
</style>
border-color css
<style>
span { border-color: #A2979E; }
span { border-color: rgb(162,151,158); }
td.TdClassName
{
border-color: #A2979E;
}
.TagClassName
{
border-color: #A2979E;
}
</style>