Shades of Shady Lady #A99CA4
Tints of Shady Lady #A99CA4
RGB
CMYK
RGB Variations
Color information
#A99CA4 (or 0xA99CA4) is known color: Shady Lady. HEX triplet: A9, 9C and A4. RGB value is (169,156,164). Sum of RGB (Red+Green+Blue) = 169+156+164=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 169 - color contains mainly: red. Hex color #A99CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99CA4 is #56635B. Grayscale: #A0A0A0. Windows color (decimal): -5661532 or 10788009. OLE color: 10788009.
HSL color Cylindrical-coordinate representation of color #A99CA4: hue angle of 323.08º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A99CA4 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 156 | 164 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.34 |
| HSL | 323.08º | 0.07% | 0.64% | - |
| HSV(B) | 323.08º | 0.08% | 0.66% | - |
| XYZ | 34.95 | 34.89 | 40.01 | - |
| YUV | 160.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 164 | 0 | 0.08 | 0.03 | 0.34 | 323.08 | 0.07 | 0.64 |
| Hex | A9 | 9C | A4 | 0 | 8 | 3 | 22 | 143 | 7 | 40 |
| Octal | 251 | 234 | 244 | 0 | 10 | 3 | 42 | 503 | 7 | 100 |
| Binary | 10101001 | 10011100 | 10100100 | 0 | 1000 | 11 | 100010 | 101000011 | 111 | 1000000 |
Color Harmonies of #A99CA4
Complementary color
Monochromatic Colors of #A99CA4
Black with #A99CA4
Text Example
Text Example
White with #A99CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CA4; }
p { color: rgb(169,156,164); }
H1.HeaderClassName
{
color: #A99CA4;
}
.AnyTagClassName
{
color: #A99CA4;
}
</style>
background-color css
<style>
a { background-color: #A99CA4; }
a { background-color: rgb(169,156,164); }
div.DivClassName
{
background-color: #A99CA4;
}
.BgClassName
{
background-color: #A99CA4;
}
</style>
border-color css
<style>
span { border-color: #A99CA4; }
span { border-color: rgb(169,156,164); }
td.TdClassName
{
border-color: #A99CA4;
}
.TagClassName
{
border-color: #A99CA4;
}
</style>