Shades of Neutral Green #ABA485
Tints of Neutral Green #ABA485
RGB
CMYK
RGB Variations
Color information
#ABA485 (or 0xABA485) is known color: Neutral Green. HEX triplet: AB, A4 and 85. RGB value is (171,164,133). Sum of RGB (Red+Green+Blue) = 171+164+133=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA485 is #545B7A. Grayscale: #A2A2A2. Windows color (decimal): -5528443 or 8758443. OLE color: 8758443.
HSL color Cylindrical-coordinate representation of color #ABA485: hue angle of 48.95º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABA485 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 133 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.33 |
| HSL | 48.95º | 0.18% | 0.6% | - |
| HSV(B) | 48.95º | 0.22% | 0.67% | - |
| XYZ | 34.3 | 36.9 | 27.51 | - |
| YUV | 162.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 133 | 0 | 0.04 | 0.22 | 0.33 | 48.95 | 0.18 | 0.6 |
| Hex | AB | A4 | 85 | 0 | 4 | 16 | 21 | 31 | 12 | 3C |
| Octal | 253 | 244 | 205 | 0 | 4 | 26 | 41 | 61 | 22 | 74 |
| Binary | 10101011 | 10100100 | 10000101 | 0 | 100 | 10110 | 100001 | 110001 | 10010 | 111100 |
Color Harmonies of #ABA485
Complementary color
Monochromatic Colors of #ABA485
Black with #ABA485
Text Example
Text Example
White with #ABA485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA485; }
p { color: rgb(171,164,133); }
H1.HeaderClassName
{
color: #ABA485;
}
.AnyTagClassName
{
color: #ABA485;
}
</style>
background-color css
<style>
a { background-color: #ABA485; }
a { background-color: rgb(171,164,133); }
div.DivClassName
{
background-color: #ABA485;
}
.BgClassName
{
background-color: #ABA485;
}
</style>
border-color css
<style>
span { border-color: #ABA485; }
span { border-color: rgb(171,164,133); }
td.TdClassName
{
border-color: #ABA485;
}
.TagClassName
{
border-color: #ABA485;
}
</style>