Shades of Neutral Green #A8A289
Tints of Neutral Green #A8A289
RGB
CMYK
RGB Variations
Color information
#A8A289 (or 0xA8A289) is known color: Neutral Green. HEX triplet: A8, A2 and 89. RGB value is (168,162,137). Sum of RGB (Red+Green+Blue) = 168+162+137=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A289 is #575D76. Grayscale: #A1A1A1. Windows color (decimal): -5725559 or 9020072. OLE color: 9020072.
HSL color Cylindrical-coordinate representation of color #A8A289: hue angle of 48.39º 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 #A8A289 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 137 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.34 |
| HSL | 48.39º | 0.15% | 0.6% | - |
| HSV(B) | 48.39º | 0.18% | 0.66% | - |
| XYZ | 33.58 | 35.97 | 28.84 | - |
| YUV | 160.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 137 | 0 | 0.04 | 0.18 | 0.34 | 48.39 | 0.15 | 0.6 |
| Hex | A8 | A2 | 89 | 0 | 4 | 12 | 22 | 30 | F | 3C |
| Octal | 250 | 242 | 211 | 0 | 4 | 22 | 42 | 60 | 17 | 74 |
| Binary | 10101000 | 10100010 | 10001001 | 0 | 100 | 10010 | 100010 | 110000 | 1111 | 111100 |
Color Harmonies of #A8A289
Complementary color
Monochromatic Colors of #A8A289
Black with #A8A289
Text Example
Text Example
White with #A8A289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A289; }
p { color: rgb(168,162,137); }
H1.HeaderClassName
{
color: #A8A289;
}
.AnyTagClassName
{
color: #A8A289;
}
</style>
background-color css
<style>
a { background-color: #A8A289; }
a { background-color: rgb(168,162,137); }
div.DivClassName
{
background-color: #A8A289;
}
.BgClassName
{
background-color: #A8A289;
}
</style>
border-color css
<style>
span { border-color: #A8A289; }
span { border-color: rgb(168,162,137); }
td.TdClassName
{
border-color: #A8A289;
}
.TagClassName
{
border-color: #A8A289;
}
</style>