Shades of Shady Lady #A4929D
Tints of Shady Lady #A4929D
RGB
CMYK
RGB Variations
Color information
#A4929D (or 0xA4929D) is known color: Shady Lady. HEX triplet: A4, 92 and 9D. RGB value is (164,146,157). Sum of RGB (Red+Green+Blue) = 164+146+157=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A4929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4929D is #5B6D62. Grayscale: #989898. Windows color (decimal): -5991779 or 10326692. OLE color: 10326692.
HSL color Cylindrical-coordinate representation of color #A4929D: hue angle of 323.33º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A4929D is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 146 | 157 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.36 |
| HSL | 323.33º | 0.09% | 0.61% | - |
| HSV(B) | 323.33º | 0.11% | 0.64% | - |
| XYZ | 31.67 | 30.88 | 36.19 | - |
| YUV | 152.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 146 | 157 | 0 | 0.11 | 0.04 | 0.36 | 323.33 | 0.09 | 0.61 |
| Hex | A4 | 92 | 9D | 0 | B | 4 | 24 | 143 | 9 | 3D |
| Octal | 244 | 222 | 235 | 0 | 13 | 4 | 44 | 503 | 11 | 75 |
| Binary | 10100100 | 10010010 | 10011101 | 0 | 1011 | 100 | 100100 | 101000011 | 1001 | 111101 |
Color Harmonies of #A4929D
Complementary color
Monochromatic Colors of #A4929D
Black with #A4929D
Text Example
Text Example
White with #A4929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4929D; }
p { color: rgb(164,146,157); }
H1.HeaderClassName
{
color: #A4929D;
}
.AnyTagClassName
{
color: #A4929D;
}
</style>
background-color css
<style>
a { background-color: #A4929D; }
a { background-color: rgb(164,146,157); }
div.DivClassName
{
background-color: #A4929D;
}
.BgClassName
{
background-color: #A4929D;
}
</style>
border-color css
<style>
span { border-color: #A4929D; }
span { border-color: rgb(164,146,157); }
td.TdClassName
{
border-color: #A4929D;
}
.TagClassName
{
border-color: #A4929D;
}
</style>