Shades of Shady Lady #A4969C
Tints of Shady Lady #A4969C
RGB
CMYK
RGB Variations
Color information
#A4969C (or 0xA4969C) is known color: Shady Lady. HEX triplet: A4, 96 and 9C. RGB value is (164,150,156). Sum of RGB (Red+Green+Blue) = 164+150+156=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 164 - color contains mainly: red. Hex color #A4969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4969C is #5B6963. Grayscale: #9A9A9A. Windows color (decimal): -5990756 or 10262180. OLE color: 10262180.
HSL color Cylindrical-coordinate representation of color #A4969C: hue angle of 334.29º 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 #A4969C is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 150 | 156 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.36 |
| HSL | 334.29º | 0.07% | 0.62% | - |
| HSV(B) | 334.29º | 0.09% | 0.64% | - |
| XYZ | 32.22 | 32.11 | 35.95 | - |
| YUV | 154.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 150 | 156 | 0 | 0.09 | 0.05 | 0.36 | 334.29 | 0.07 | 0.62 |
| Hex | A4 | 96 | 9C | 0 | 9 | 5 | 24 | 14E | 7 | 3E |
| Octal | 244 | 226 | 234 | 0 | 11 | 5 | 44 | 516 | 7 | 76 |
| Binary | 10100100 | 10010110 | 10011100 | 0 | 1001 | 101 | 100100 | 101001110 | 111 | 111110 |
Color Harmonies of #A4969C
Complementary color
Monochromatic Colors of #A4969C
Black with #A4969C
Text Example
Text Example
White with #A4969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4969C; }
p { color: rgb(164,150,156); }
H1.HeaderClassName
{
color: #A4969C;
}
.AnyTagClassName
{
color: #A4969C;
}
</style>
background-color css
<style>
a { background-color: #A4969C; }
a { background-color: rgb(164,150,156); }
div.DivClassName
{
background-color: #A4969C;
}
.BgClassName
{
background-color: #A4969C;
}
</style>
border-color css
<style>
span { border-color: #A4969C; }
span { border-color: rgb(164,150,156); }
td.TdClassName
{
border-color: #A4969C;
}
.TagClassName
{
border-color: #A4969C;
}
</style>