Shades of Shady Lady #A4969D
Tints of Shady Lady #A4969D
RGB
CMYK
RGB Variations
Color information
#A4969D (or 0xA4969D) is known color: Shady Lady. HEX triplet: A4, 96 and 9D. RGB value is (164,150,157). Sum of RGB (Red+Green+Blue) = 164+150+157=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 164 - color contains mainly: red. Hex color #A4969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4969D is #5B6962. Grayscale: #9A9A9A. Windows color (decimal): -5990755 or 10327716. OLE color: 10327716.
HSL color Cylindrical-coordinate representation of color #A4969D: hue angle of 330º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4969D is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 150 | 157 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.36 |
| HSL | 330º | 0.07% | 0.62% | - |
| HSV(B) | 330º | 0.09% | 0.64% | - |
| XYZ | 32.3 | 32.14 | 36.4 | - |
| YUV | 154.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 157 | 0 | 0.09 | 0.04 | 0.36 | 330 | 0.07 | 0.62 |
| Hex | A4 | 96 | 9D | 0 | 9 | 4 | 24 | 14A | 7 | 3E |
| Octal | 244 | 226 | 235 | 0 | 11 | 4 | 44 | 512 | 7 | 76 |
| Binary | 10100100 | 10010110 | 10011101 | 0 | 1001 | 100 | 100100 | 101001010 | 111 | 111110 |
Color Harmonies of #A4969D
Complementary color
Monochromatic Colors of #A4969D
Black with #A4969D
Text Example
Text Example
White with #A4969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4969D; }
p { color: rgb(164,150,157); }
H1.HeaderClassName
{
color: #A4969D;
}
.AnyTagClassName
{
color: #A4969D;
}
</style>
background-color css
<style>
a { background-color: #A4969D; }
a { background-color: rgb(164,150,157); }
div.DivClassName
{
background-color: #A4969D;
}
.BgClassName
{
background-color: #A4969D;
}
</style>
border-color css
<style>
span { border-color: #A4969D; }
span { border-color: rgb(164,150,157); }
td.TdClassName
{
border-color: #A4969D;
}
.TagClassName
{
border-color: #A4969D;
}
</style>