Shades of Neutral Green #A8A283
Tints of Neutral Green #A8A283
RGB
CMYK
RGB Variations
Color information
#A8A283 (or 0xA8A283) is known color: Neutral Green. HEX triplet: A8, A2 and 83. RGB value is (168,162,131). Sum of RGB (Red+Green+Blue) = 168+162+131=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A283 is #575D7C. Grayscale: #A0A0A0. Windows color (decimal): -5725565 or 8626856. OLE color: 8626856.
HSL color Cylindrical-coordinate representation of color #A8A283: hue angle of 50.27º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A8A283 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 162 | 131 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.34 |
| HSL | 50.27º | 0.18% | 0.59% | - |
| HSV(B) | 50.27º | 0.22% | 0.66% | - |
| XYZ | 33.17 | 35.8 | 26.64 | - |
| YUV | 160.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 162 | 131 | 0 | 0.04 | 0.22 | 0.34 | 50.27 | 0.18 | 0.59 |
| Hex | A8 | A2 | 83 | 0 | 4 | 16 | 22 | 32 | 12 | 3B |
| Octal | 250 | 242 | 203 | 0 | 4 | 26 | 42 | 62 | 22 | 73 |
| Binary | 10101000 | 10100010 | 10000011 | 0 | 100 | 10110 | 100010 | 110010 | 10010 | 111011 |
Color Harmonies of #A8A283
Complementary color
Monochromatic Colors of #A8A283
Black with #A8A283
Text Example
Text Example
White with #A8A283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A283; }
p { color: rgb(168,162,131); }
H1.HeaderClassName
{
color: #A8A283;
}
.AnyTagClassName
{
color: #A8A283;
}
</style>
background-color css
<style>
a { background-color: #A8A283; }
a { background-color: rgb(168,162,131); }
div.DivClassName
{
background-color: #A8A283;
}
.BgClassName
{
background-color: #A8A283;
}
</style>
border-color css
<style>
span { border-color: #A8A283; }
span { border-color: rgb(168,162,131); }
td.TdClassName
{
border-color: #A8A283;
}
.TagClassName
{
border-color: #A8A283;
}
</style>