Shades of Shady Lady #A2919C
Tints of Shady Lady #A2919C
RGB
CMYK
RGB Variations
Color information
#A2919C (or 0xA2919C) is known color: Shady Lady. HEX triplet: A2, 91 and 9C. RGB value is (162,145,156). Sum of RGB (Red+Green+Blue) = 162+145+156=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 162 - color contains mainly: red. Hex color #A2919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2919C is #5D6E63. Grayscale: #979797. Windows color (decimal): -6123108 or 10260898. OLE color: 10260898.
HSL color Cylindrical-coordinate representation of color #A2919C: hue angle of 321.18º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2919C is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 145 | 156 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.36 |
| HSL | 321.18º | 0.08% | 0.6% | - |
| HSV(B) | 321.18º | 0.1% | 0.64% | - |
| XYZ | 31.03 | 30.33 | 35.67 | - |
| YUV | 151.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 156 | 0 | 0.10 | 0.04 | 0.36 | 321.18 | 0.08 | 0.6 |
| Hex | A2 | 91 | 9C | 0 | A | 4 | 24 | 141 | 8 | 3C |
| Octal | 242 | 221 | 234 | 0 | 12 | 4 | 44 | 501 | 10 | 74 |
| Binary | 10100010 | 10010001 | 10011100 | 0 | 1010 | 100 | 100100 | 101000001 | 1000 | 111100 |
Color Harmonies of #A2919C
Complementary color
Monochromatic Colors of #A2919C
Black with #A2919C
Text Example
Text Example
White with #A2919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2919C; }
p { color: rgb(162,145,156); }
H1.HeaderClassName
{
color: #A2919C;
}
.AnyTagClassName
{
color: #A2919C;
}
</style>
background-color css
<style>
a { background-color: #A2919C; }
a { background-color: rgb(162,145,156); }
div.DivClassName
{
background-color: #A2919C;
}
.BgClassName
{
background-color: #A2919C;
}
</style>
border-color css
<style>
span { border-color: #A2919C; }
span { border-color: rgb(162,145,156); }
td.TdClassName
{
border-color: #A2919C;
}
.TagClassName
{
border-color: #A2919C;
}
</style>