Shades of Shady Lady #A4949E
Tints of Shady Lady #A4949E
RGB
CMYK
RGB Variations
Color information
#A4949E (or 0xA4949E) is known color: Shady Lady. HEX triplet: A4, 94 and 9E. RGB value is (164,148,158). Sum of RGB (Red+Green+Blue) = 164+148+158=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A4949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4949E is #5B6B61. Grayscale: #999999. Windows color (decimal): -5991266 or 10392740. OLE color: 10392740.
HSL color Cylindrical-coordinate representation of color #A4949E: hue angle of 322.5º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4949E is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 148 | 158 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.36 |
| HSL | 322.5º | 0.08% | 0.61% | - |
| HSV(B) | 322.5º | 0.1% | 0.64% | - |
| XYZ | 32.07 | 31.54 | 36.75 | - |
| YUV | 153.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 158 | 0 | 0.10 | 0.04 | 0.36 | 322.5 | 0.08 | 0.61 |
| Hex | A4 | 94 | 9E | 0 | A | 4 | 24 | 142 | 8 | 3D |
| Octal | 244 | 224 | 236 | 0 | 12 | 4 | 44 | 502 | 10 | 75 |
| Binary | 10100100 | 10010100 | 10011110 | 0 | 1010 | 100 | 100100 | 101000010 | 1000 | 111101 |
Color Harmonies of #A4949E
Complementary color
Monochromatic Colors of #A4949E
Black with #A4949E
Text Example
Text Example
White with #A4949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4949E; }
p { color: rgb(164,148,158); }
H1.HeaderClassName
{
color: #A4949E;
}
.AnyTagClassName
{
color: #A4949E;
}
</style>
background-color css
<style>
a { background-color: #A4949E; }
a { background-color: rgb(164,148,158); }
div.DivClassName
{
background-color: #A4949E;
}
.BgClassName
{
background-color: #A4949E;
}
</style>
border-color css
<style>
span { border-color: #A4949E; }
span { border-color: rgb(164,148,158); }
td.TdClassName
{
border-color: #A4949E;
}
.TagClassName
{
border-color: #A4949E;
}
</style>