Shades of Neutral Green #ABAA8A
Tints of Neutral Green #ABAA8A
RGB
CMYK
RGB Variations
Color information
#ABAA8A (or 0xABAA8A) is known color: Neutral Green. HEX triplet: AB, AA and 8A. RGB value is (171,170,138). Sum of RGB (Red+Green+Blue) = 171+170+138=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA8A is #545575. Grayscale: #A6A6A6. Windows color (decimal): -5526902 or 9087659. OLE color: 9087659.
HSL color Cylindrical-coordinate representation of color #ABAA8A: hue angle of 58.18º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABAA8A is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 138 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.33 |
| HSL | 58.18º | 0.16% | 0.61% | - |
| HSV(B) | 58.18º | 0.19% | 0.67% | - |
| XYZ | 35.76 | 39.24 | 29.73 | - |
| YUV | 166.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 138 | 0 | 0.01 | 0.19 | 0.33 | 58.18 | 0.16 | 0.61 |
| Hex | AB | AA | 8A | 0 | 1 | 13 | 21 | 3A | 10 | 3D |
| Octal | 253 | 252 | 212 | 0 | 1 | 23 | 41 | 72 | 20 | 75 |
| Binary | 10101011 | 10101010 | 10001010 | 0 | 1 | 10011 | 100001 | 111010 | 10000 | 111101 |
Color Harmonies of #ABAA8A
Complementary color
Monochromatic Colors of #ABAA8A
Black with #ABAA8A
Text Example
Text Example
White with #ABAA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA8A; }
p { color: rgb(171,170,138); }
H1.HeaderClassName
{
color: #ABAA8A;
}
.AnyTagClassName
{
color: #ABAA8A;
}
</style>
background-color css
<style>
a { background-color: #ABAA8A; }
a { background-color: rgb(171,170,138); }
div.DivClassName
{
background-color: #ABAA8A;
}
.BgClassName
{
background-color: #ABAA8A;
}
</style>
border-color css
<style>
span { border-color: #ABAA8A; }
span { border-color: rgb(171,170,138); }
td.TdClassName
{
border-color: #ABAA8A;
}
.TagClassName
{
border-color: #ABAA8A;
}
</style>