Shades of Green Spring #A8AA9E
Tints of Green Spring #A8AA9E
RGB
CMYK
RGB Variations
Color information
#A8AA9E (or 0xA8AA9E) is known color: Green Spring. HEX triplet: A8, AA and 9E. RGB value is (168,170,158). Sum of RGB (Red+Green+Blue) = 168+170+158=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA9E is #575561. Grayscale: #A8A8A8. Windows color (decimal): -5723490 or 10398376. OLE color: 10398376.
HSL color Cylindrical-coordinate representation of color #A8AA9E: hue angle of 70º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8AA9E is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 170 | 158 | - |
CMYK | 0.01 | 0 | 0.07 | 0.33 |
HSL | 70º | 0.07% | 0.64% | - |
HSV(B) | 70º | 0.07% | 0.67% | - |
XYZ | 36.69 | 39.54 | 38.05 | - |
YUV | 168.03 | 122.34 | 127.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 170 | 158 | 0.01 | 0 | 0.07 | 0.33 | 70 | 0.07 | 0.64 |
Hex | A8 | AA | 9E | 1 | 0 | 7 | 21 | 46 | 7 | 40 |
Octal | 250 | 252 | 236 | 1 | 0 | 7 | 41 | 106 | 7 | 100 |
Binary | 10101000 | 10101010 | 10011110 | 1 | 0 | 111 | 100001 | 1000110 | 111 | 1000000 |
Color Harmonies of #A8AA9E
Complementary color
Monochromatic Colors of #A8AA9E
Black with #A8AA9E
Text Example
Text Example
White with #A8AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA9E; }
p { color: rgb(168,170,158); }
H1.HeaderClassName
{
color: #A8AA9E;
}
.AnyTagClassName
{
color: #A8AA9E;
}
</style>
background-color css
<style>
a { background-color: #A8AA9E; }
a { background-color: rgb(168,170,158); }
div.DivClassName
{
background-color: #A8AA9E;
}
.BgClassName
{
background-color: #A8AA9E;
}
</style>
border-color css
<style>
span { border-color: #A8AA9E; }
span { border-color: rgb(168,170,158); }
td.TdClassName
{
border-color: #A8AA9E;
}
.TagClassName
{
border-color: #A8AA9E;
}
</style>