Shades of Neutral Green #ABA68A
Tints of Neutral Green #ABA68A
RGB
CMYK
RGB Variations
Color information
#ABA68A (or 0xABA68A) is known color: Neutral Green. HEX triplet: AB, A6 and 8A. RGB value is (171,166,138). Sum of RGB (Red+Green+Blue) = 171+166+138=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA68A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA68A is #545975. Grayscale: #A4A4A4. Windows color (decimal): -5527926 or 9086635. OLE color: 9086635.
HSL color Cylindrical-coordinate representation of color #ABA68A: hue angle of 50.91º 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 #ABA68A is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 138 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.33 |
| HSL | 50.91º | 0.16% | 0.61% | - |
| HSV(B) | 50.91º | 0.19% | 0.67% | - |
| XYZ | 35.02 | 37.77 | 29.49 | - |
| YUV | 164.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 138 | 0 | 0.03 | 0.19 | 0.33 | 50.91 | 0.16 | 0.61 |
| Hex | AB | A6 | 8A | 0 | 3 | 13 | 21 | 33 | 10 | 3D |
| Octal | 253 | 246 | 212 | 0 | 3 | 23 | 41 | 63 | 20 | 75 |
| Binary | 10101011 | 10100110 | 10001010 | 0 | 11 | 10011 | 100001 | 110011 | 10000 | 111101 |
Color Harmonies of #ABA68A
Complementary color
Monochromatic Colors of #ABA68A
Black with #ABA68A
Text Example
Text Example
White with #ABA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA68A; }
p { color: rgb(171,166,138); }
H1.HeaderClassName
{
color: #ABA68A;
}
.AnyTagClassName
{
color: #ABA68A;
}
</style>
background-color css
<style>
a { background-color: #ABA68A; }
a { background-color: rgb(171,166,138); }
div.DivClassName
{
background-color: #ABA68A;
}
.BgClassName
{
background-color: #ABA68A;
}
</style>
border-color css
<style>
span { border-color: #ABA68A; }
span { border-color: rgb(171,166,138); }
td.TdClassName
{
border-color: #ABA68A;
}
.TagClassName
{
border-color: #ABA68A;
}
</style>