Shades of Shady Lady #A4999C
Tints of Shady Lady #A4999C
RGB
CMYK
RGB Variations
Color information
#A4999C (or 0xA4999C) is known color: Shady Lady. HEX triplet: A4, 99 and 9C. RGB value is (164,153,156). Sum of RGB (Red+Green+Blue) = 164+153+156=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 164 - color contains mainly: red. Hex color #A4999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4999C is #5B6663. Grayscale: #9C9C9C. Windows color (decimal): -5989988 or 10262948. OLE color: 10262948.
HSL color Cylindrical-coordinate representation of color #A4999C: hue angle of 343.64º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A4999C is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 153 | 156 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.36 |
| HSL | 343.64º | 0.06% | 0.62% | - |
| HSV(B) | 343.64º | 0.07% | 0.64% | - |
| XYZ | 32.7 | 33.08 | 36.11 | - |
| YUV | 156.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 156 | 0 | 0.07 | 0.05 | 0.36 | 343.64 | 0.06 | 0.62 |
| Hex | A4 | 99 | 9C | 0 | 7 | 5 | 24 | 158 | 6 | 3E |
| Octal | 244 | 231 | 234 | 0 | 7 | 5 | 44 | 530 | 6 | 76 |
| Binary | 10100100 | 10011001 | 10011100 | 0 | 111 | 101 | 100100 | 101011000 | 110 | 111110 |
Color Harmonies of #A4999C
Complementary color
Monochromatic Colors of #A4999C
Black with #A4999C
Text Example
Text Example
White with #A4999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4999C; }
p { color: rgb(164,153,156); }
H1.HeaderClassName
{
color: #A4999C;
}
.AnyTagClassName
{
color: #A4999C;
}
</style>
background-color css
<style>
a { background-color: #A4999C; }
a { background-color: rgb(164,153,156); }
div.DivClassName
{
background-color: #A4999C;
}
.BgClassName
{
background-color: #A4999C;
}
</style>
border-color css
<style>
span { border-color: #A4999C; }
span { border-color: rgb(164,153,156); }
td.TdClassName
{
border-color: #A4999C;
}
.TagClassName
{
border-color: #A4999C;
}
</style>