Shades of Neutral Green #ABA48A
Tints of Neutral Green #ABA48A
RGB
CMYK
RGB Variations
Color information
#ABA48A (or 0xABA48A) is known color: Neutral Green. HEX triplet: AB, A4 and 8A. RGB value is (171,164,138). Sum of RGB (Red+Green+Blue) = 171+164+138=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA48A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA48A is #545B75. Grayscale: #A3A3A3. Windows color (decimal): -5528438 or 9086123. OLE color: 9086123.
HSL color Cylindrical-coordinate representation of color #ABA48A: hue angle of 47.27º 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 #ABA48A is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 138 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.33 |
| HSL | 47.27º | 0.16% | 0.61% | - |
| HSV(B) | 47.27º | 0.19% | 0.67% | - |
| XYZ | 34.66 | 37.04 | 29.37 | - |
| YUV | 163.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 138 | 0 | 0.04 | 0.19 | 0.33 | 47.27 | 0.16 | 0.61 |
| Hex | AB | A4 | 8A | 0 | 4 | 13 | 21 | 2F | 10 | 3D |
| Octal | 253 | 244 | 212 | 0 | 4 | 23 | 41 | 57 | 20 | 75 |
| Binary | 10101011 | 10100100 | 10001010 | 0 | 100 | 10011 | 100001 | 101111 | 10000 | 111101 |
Color Harmonies of #ABA48A
Complementary color
Monochromatic Colors of #ABA48A
Black with #ABA48A
Text Example
Text Example
White with #ABA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA48A; }
p { color: rgb(171,164,138); }
H1.HeaderClassName
{
color: #ABA48A;
}
.AnyTagClassName
{
color: #ABA48A;
}
</style>
background-color css
<style>
a { background-color: #ABA48A; }
a { background-color: rgb(171,164,138); }
div.DivClassName
{
background-color: #ABA48A;
}
.BgClassName
{
background-color: #ABA48A;
}
</style>
border-color css
<style>
span { border-color: #ABA48A; }
span { border-color: rgb(171,164,138); }
td.TdClassName
{
border-color: #ABA48A;
}
.TagClassName
{
border-color: #ABA48A;
}
</style>