Shades of Shady Lady #A2979B
Tints of Shady Lady #A2979B
RGB
CMYK
RGB Variations
Color information
#A2979B (or 0xA2979B) is known color: Shady Lady. HEX triplet: A2, 97 and 9B. RGB value is (162,151,155). Sum of RGB (Red+Green+Blue) = 162+151+155=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 162 - color contains mainly: red. Hex color #A2979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2979B is #5D6864. Grayscale: #9A9A9A. Windows color (decimal): -6121573 or 10196898. OLE color: 10196898.
HSL color Cylindrical-coordinate representation of color #A2979B: hue angle of 338.18º 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 #A2979B is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 151 | 155 | - |
CMYK | 0 | 0.07 | 0.04 | 0.36 |
HSL | 338.18º | 0.06% | 0.61% | - |
HSV(B) | 338.18º | 0.07% | 0.64% | - |
XYZ | 31.88 | 32.18 | 35.54 | - |
YUV | 154.75 | 128.14 | 133.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 151 | 155 | 0 | 0.07 | 0.04 | 0.36 | 338.18 | 0.06 | 0.61 |
Hex | A2 | 97 | 9B | 0 | 7 | 4 | 24 | 152 | 6 | 3D |
Octal | 242 | 227 | 233 | 0 | 7 | 4 | 44 | 522 | 6 | 75 |
Binary | 10100010 | 10010111 | 10011011 | 0 | 111 | 100 | 100100 | 101010010 | 110 | 111101 |
Color Harmonies of #A2979B
Complementary color
Monochromatic Colors of #A2979B
Black with #A2979B
Text Example
Text Example
White with #A2979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2979B; }
p { color: rgb(162,151,155); }
H1.HeaderClassName
{
color: #A2979B;
}
.AnyTagClassName
{
color: #A2979B;
}
</style>
background-color css
<style>
a { background-color: #A2979B; }
a { background-color: rgb(162,151,155); }
div.DivClassName
{
background-color: #A2979B;
}
.BgClassName
{
background-color: #A2979B;
}
</style>
border-color css
<style>
span { border-color: #A2979B; }
span { border-color: rgb(162,151,155); }
td.TdClassName
{
border-color: #A2979B;
}
.TagClassName
{
border-color: #A2979B;
}
</style>