Shades of Shady Lady #A2949C
Tints of Shady Lady #A2949C
RGB
CMYK
RGB Variations
Color information
#A2949C (or 0xA2949C) is known color: Shady Lady. HEX triplet: A2, 94 and 9C. RGB value is (162,148,156). Sum of RGB (Red+Green+Blue) = 162+148+156=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 162 - color contains mainly: red. Hex color #A2949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2949C is #5D6B63. Grayscale: #999999. Windows color (decimal): -6122340 or 10261666. OLE color: 10261666.
HSL color Cylindrical-coordinate representation of color #A2949C: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2949C is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 148 | 156 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.36 |
| HSL | 325.71º | 0.07% | 0.61% | - |
| HSV(B) | 325.71º | 0.09% | 0.64% | - |
| XYZ | 31.49 | 31.26 | 35.83 | - |
| YUV | 153.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 156 | 0 | 0.09 | 0.04 | 0.36 | 325.71 | 0.07 | 0.61 |
| Hex | A2 | 94 | 9C | 0 | 9 | 4 | 24 | 146 | 7 | 3D |
| Octal | 242 | 224 | 234 | 0 | 11 | 4 | 44 | 506 | 7 | 75 |
| Binary | 10100010 | 10010100 | 10011100 | 0 | 1001 | 100 | 100100 | 101000110 | 111 | 111101 |
Color Harmonies of #A2949C
Complementary color
Monochromatic Colors of #A2949C
Black with #A2949C
Text Example
Text Example
White with #A2949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2949C; }
p { color: rgb(162,148,156); }
H1.HeaderClassName
{
color: #A2949C;
}
.AnyTagClassName
{
color: #A2949C;
}
</style>
background-color css
<style>
a { background-color: #A2949C; }
a { background-color: rgb(162,148,156); }
div.DivClassName
{
background-color: #A2949C;
}
.BgClassName
{
background-color: #A2949C;
}
</style>
border-color css
<style>
span { border-color: #A2949C; }
span { border-color: rgb(162,148,156); }
td.TdClassName
{
border-color: #A2949C;
}
.TagClassName
{
border-color: #A2949C;
}
</style>