Shades of Green Spring #A0AA8C
Tints of Green Spring #A0AA8C
RGB
CMYK
RGB Variations
Color information
#A0AA8C (or 0xA0AA8C) is known color: Green Spring. HEX triplet: A0, AA and 8C. RGB value is (160,170,140). Sum of RGB (Red+Green+Blue) = 160+170+140=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA8C is #5F5573. Grayscale: #A3A3A3. Windows color (decimal): -6247796 or 9218720. OLE color: 9218720.
HSL color Cylindrical-coordinate representation of color #A0AA8C: hue angle of 80º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0AA8C is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 140 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.33 |
| HSL | 80º | 0.15% | 0.61% | - |
| HSV(B) | 80º | 0.18% | 0.67% | - |
| XYZ | 33.61 | 38.12 | 30.4 | - |
| YUV | 163.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 140 | 0.06 | 0 | 0.18 | 0.33 | 80 | 0.15 | 0.61 |
| Hex | A0 | AA | 8C | 6 | 0 | 12 | 21 | 50 | F | 3D |
| Octal | 240 | 252 | 214 | 6 | 0 | 22 | 41 | 120 | 17 | 75 |
| Binary | 10100000 | 10101010 | 10001100 | 110 | 0 | 10010 | 100001 | 1010000 | 1111 | 111101 |
Color Harmonies of #A0AA8C
Complementary color
Monochromatic Colors of #A0AA8C
Black with #A0AA8C
Text Example
Text Example
White with #A0AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA8C; }
p { color: rgb(160,170,140); }
H1.HeaderClassName
{
color: #A0AA8C;
}
.AnyTagClassName
{
color: #A0AA8C;
}
</style>
background-color css
<style>
a { background-color: #A0AA8C; }
a { background-color: rgb(160,170,140); }
div.DivClassName
{
background-color: #A0AA8C;
}
.BgClassName
{
background-color: #A0AA8C;
}
</style>
border-color css
<style>
span { border-color: #A0AA8C; }
span { border-color: rgb(160,170,140); }
td.TdClassName
{
border-color: #A0AA8C;
}
.TagClassName
{
border-color: #A0AA8C;
}
</style>