Shades of Green Spring #A4AA9A
Tints of Green Spring #A4AA9A
RGB
CMYK
RGB Variations
Color information
#A4AA9A (or 0xA4AA9A) is known color: Green Spring. HEX triplet: A4, AA and 9A. RGB value is (164,170,154). Sum of RGB (Red+Green+Blue) = 164+170+154=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AA9A is #5B5565. Grayscale: #A6A6A6. Windows color (decimal): -5985638 or 10136228. OLE color: 10136228.
HSL color Cylindrical-coordinate representation of color #A4AA9A: hue angle of 82.5º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4AA9A is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 170 | 154 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.33 |
| HSL | 82.5º | 0.09% | 0.64% | - |
| HSV(B) | 82.5º | 0.09% | 0.67% | - |
| XYZ | 35.52 | 38.98 | 36.22 | - |
| YUV | 166.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 154 | 0.04 | 0 | 0.09 | 0.33 | 82.5 | 0.09 | 0.64 |
| Hex | A4 | AA | 9A | 4 | 0 | 9 | 21 | 52 | 9 | 40 |
| Octal | 244 | 252 | 232 | 4 | 0 | 11 | 41 | 122 | 11 | 100 |
| Binary | 10100100 | 10101010 | 10011010 | 100 | 0 | 1001 | 100001 | 1010010 | 1001 | 1000000 |
Color Harmonies of #A4AA9A
Complementary color
Monochromatic Colors of #A4AA9A
Black with #A4AA9A
Text Example
Text Example
White with #A4AA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AA9A; }
p { color: rgb(164,170,154); }
H1.HeaderClassName
{
color: #A4AA9A;
}
.AnyTagClassName
{
color: #A4AA9A;
}
</style>
background-color css
<style>
a { background-color: #A4AA9A; }
a { background-color: rgb(164,170,154); }
div.DivClassName
{
background-color: #A4AA9A;
}
.BgClassName
{
background-color: #A4AA9A;
}
</style>
border-color css
<style>
span { border-color: #A4AA9A; }
span { border-color: rgb(164,170,154); }
td.TdClassName
{
border-color: #A4AA9A;
}
.TagClassName
{
border-color: #A4AA9A;
}
</style>