Shades of Shady Lady #AAA1A4
Tints of Shady Lady #AAA1A4
RGB
CMYK
RGB Variations
Color information
#AAA1A4 (or 0xAAA1A4) is known color: Shady Lady. HEX triplet: AA, A1 and A4. RGB value is (170,161,164). Sum of RGB (Red+Green+Blue) = 170+161+164=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA1A4 is #555E5B. Grayscale: #A4A4A4. Windows color (decimal): -5594716 or 10789290. OLE color: 10789290.
HSL color Cylindrical-coordinate representation of color #AAA1A4: hue angle of 340º degrees, saturation: 0.05, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AAA1A4 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 161 | 164 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.33 |
| HSL | 340º | 0.05% | 0.65% | - |
| HSV(B) | 340º | 0.05% | 0.67% | - |
| XYZ | 36.02 | 36.72 | 40.31 | - |
| YUV | 164.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 161 | 164 | 0 | 0.05 | 0.04 | 0.33 | 340 | 0.05 | 0.65 |
| Hex | AA | A1 | A4 | 0 | 5 | 4 | 21 | 154 | 5 | 41 |
| Octal | 252 | 241 | 244 | 0 | 5 | 4 | 41 | 524 | 5 | 101 |
| Binary | 10101010 | 10100001 | 10100100 | 0 | 101 | 100 | 100001 | 101010100 | 101 | 1000001 |
Color Harmonies of #AAA1A4
Complementary color
Monochromatic Colors of #AAA1A4
Black with #AAA1A4
Text Example
Text Example
White with #AAA1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA1A4; }
p { color: rgb(170,161,164); }
H1.HeaderClassName
{
color: #AAA1A4;
}
.AnyTagClassName
{
color: #AAA1A4;
}
</style>
background-color css
<style>
a { background-color: #AAA1A4; }
a { background-color: rgb(170,161,164); }
div.DivClassName
{
background-color: #AAA1A4;
}
.BgClassName
{
background-color: #AAA1A4;
}
</style>
border-color css
<style>
span { border-color: #AAA1A4; }
span { border-color: rgb(170,161,164); }
td.TdClassName
{
border-color: #AAA1A4;
}
.TagClassName
{
border-color: #AAA1A4;
}
</style>