Shades of Neutral Green #ABAA88
Tints of Neutral Green #ABAA88
RGB
CMYK
RGB Variations
Color information
#ABAA88 (or 0xABAA88) is known color: Neutral Green. HEX triplet: AB, AA and 88. RGB value is (171,170,136). Sum of RGB (Red+Green+Blue) = 171+170+136=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA88 is #545577. Grayscale: #A6A6A6. Windows color (decimal): -5526904 or 8956587. OLE color: 8956587.
HSL color Cylindrical-coordinate representation of color #ABAA88: hue angle of 58.29º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABAA88 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 136 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.33 |
| HSL | 58.29º | 0.17% | 0.6% | - |
| HSV(B) | 58.29º | 0.2% | 0.67% | - |
| XYZ | 35.61 | 39.18 | 28.98 | - |
| YUV | 166.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 136 | 0 | 0.01 | 0.20 | 0.33 | 58.29 | 0.17 | 0.6 |
| Hex | AB | AA | 88 | 0 | 1 | 14 | 21 | 3A | 11 | 3C |
| Octal | 253 | 252 | 210 | 0 | 1 | 24 | 41 | 72 | 21 | 74 |
| Binary | 10101011 | 10101010 | 10001000 | 0 | 1 | 10100 | 100001 | 111010 | 10001 | 111100 |
Color Harmonies of #ABAA88
Complementary color
Monochromatic Colors of #ABAA88
Black with #ABAA88
Text Example
Text Example
White with #ABAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA88; }
p { color: rgb(171,170,136); }
H1.HeaderClassName
{
color: #ABAA88;
}
.AnyTagClassName
{
color: #ABAA88;
}
</style>
background-color css
<style>
a { background-color: #ABAA88; }
a { background-color: rgb(171,170,136); }
div.DivClassName
{
background-color: #ABAA88;
}
.BgClassName
{
background-color: #ABAA88;
}
</style>
border-color css
<style>
span { border-color: #ABAA88; }
span { border-color: rgb(171,170,136); }
td.TdClassName
{
border-color: #ABAA88;
}
.TagClassName
{
border-color: #ABAA88;
}
</style>