Shades of Neutral Green #A8A789
Tints of Neutral Green #A8A789
RGB
CMYK
RGB Variations
Color information
#A8A789 (or 0xA8A789) is known color: Neutral Green. HEX triplet: A8, A7 and 89. RGB value is (168,167,137). Sum of RGB (Red+Green+Blue) = 168+167+137=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A789 is #575876. Grayscale: #A4A4A4. Windows color (decimal): -5724279 or 9021352. OLE color: 9021352.
HSL color Cylindrical-coordinate representation of color #A8A789: hue angle of 58.06º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8A789 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 167 | 137 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.34 |
| HSL | 58.06º | 0.15% | 0.6% | - |
| HSV(B) | 58.06º | 0.18% | 0.66% | - |
| XYZ | 34.48 | 37.77 | 29.14 | - |
| YUV | 163.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 167 | 137 | 0 | 0.01 | 0.18 | 0.34 | 58.06 | 0.15 | 0.6 |
| Hex | A8 | A7 | 89 | 0 | 1 | 12 | 22 | 3A | F | 3C |
| Octal | 250 | 247 | 211 | 0 | 1 | 22 | 42 | 72 | 17 | 74 |
| Binary | 10101000 | 10100111 | 10001001 | 0 | 1 | 10010 | 100010 | 111010 | 1111 | 111100 |
Color Harmonies of #A8A789
Complementary color
Monochromatic Colors of #A8A789
Black with #A8A789
Text Example
Text Example
White with #A8A789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A789; }
p { color: rgb(168,167,137); }
H1.HeaderClassName
{
color: #A8A789;
}
.AnyTagClassName
{
color: #A8A789;
}
</style>
background-color css
<style>
a { background-color: #A8A789; }
a { background-color: rgb(168,167,137); }
div.DivClassName
{
background-color: #A8A789;
}
.BgClassName
{
background-color: #A8A789;
}
</style>
border-color css
<style>
span { border-color: #A8A789; }
span { border-color: rgb(168,167,137); }
td.TdClassName
{
border-color: #A8A789;
}
.TagClassName
{
border-color: #A8A789;
}
</style>