Shades of Green Spring #A8ABA0
Tints of Green Spring #A8ABA0
RGB
CMYK
RGB Variations
Color information
#A8ABA0 (or 0xA8ABA0) is known color: Green Spring. HEX triplet: A8, AB and A0. RGB value is (168,171,160). Sum of RGB (Red+Green+Blue) = 168+171+160=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 171 - color contains mainly: green. Hex color #A8ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABA0 is #57545F. Grayscale: #A8A8A8. Windows color (decimal): -5723232 or 10529704. OLE color: 10529704.
HSL color Cylindrical-coordinate representation of color #A8ABA0: hue angle of 76.36º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A8ABA0 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 171 | 160 | - |
CMYK | 0.02 | 0 | 0.06 | 0.33 |
HSL | 76.36º | 0.06% | 0.65% | - |
HSV(B) | 76.36º | 0.06% | 0.67% | - |
XYZ | 37.06 | 39.99 | 39.02 | - |
YUV | 168.85 | 123.01 | 127.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 171 | 160 | 0.02 | 0 | 0.06 | 0.33 | 76.36 | 0.06 | 0.65 |
Hex | A8 | AB | A0 | 2 | 0 | 6 | 21 | 4C | 6 | 41 |
Octal | 250 | 253 | 240 | 2 | 0 | 6 | 41 | 114 | 6 | 101 |
Binary | 10101000 | 10101011 | 10100000 | 10 | 0 | 110 | 100001 | 1001100 | 110 | 1000001 |
Color Harmonies of #A8ABA0
Complementary color
Monochromatic Colors of #A8ABA0
Black with #A8ABA0
Text Example
Text Example
White with #A8ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ABA0; }
p { color: rgb(168,171,160); }
H1.HeaderClassName
{
color: #A8ABA0;
}
.AnyTagClassName
{
color: #A8ABA0;
}
</style>
background-color css
<style>
a { background-color: #A8ABA0; }
a { background-color: rgb(168,171,160); }
div.DivClassName
{
background-color: #A8ABA0;
}
.BgClassName
{
background-color: #A8ABA0;
}
</style>
border-color css
<style>
span { border-color: #A8ABA0; }
span { border-color: rgb(168,171,160); }
td.TdClassName
{
border-color: #A8ABA0;
}
.TagClassName
{
border-color: #A8ABA0;
}
</style>