Shades of Neutral Green #A6A283
Tints of Neutral Green #A6A283
RGB
CMYK
RGB Variations
Color information
#A6A283 (or 0xA6A283) is known color: Neutral Green. HEX triplet: A6, A2 and 83. RGB value is (166,162,131). Sum of RGB (Red+Green+Blue) = 166+162+131=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A283 is #595D7C. Grayscale: #9F9F9F. Windows color (decimal): -5856637 or 8626854. OLE color: 8626854.
HSL color Cylindrical-coordinate representation of color #A6A283: hue angle of 53.14º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6A283 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 131 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.35 |
| HSL | 53.14º | 0.16% | 0.58% | - |
| HSV(B) | 53.14º | 0.21% | 0.65% | - |
| XYZ | 32.74 | 35.59 | 26.62 | - |
| YUV | 159.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 131 | 0 | 0.02 | 0.21 | 0.35 | 53.14 | 0.16 | 0.58 |
| Hex | A6 | A2 | 83 | 0 | 2 | 15 | 23 | 35 | 10 | 3A |
| Octal | 246 | 242 | 203 | 0 | 2 | 25 | 43 | 65 | 20 | 72 |
| Binary | 10100110 | 10100010 | 10000011 | 0 | 10 | 10101 | 100011 | 110101 | 10000 | 111010 |
Color Harmonies of #A6A283
Complementary color
Monochromatic Colors of #A6A283
Black with #A6A283
Text Example
Text Example
White with #A6A283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A283; }
p { color: rgb(166,162,131); }
H1.HeaderClassName
{
color: #A6A283;
}
.AnyTagClassName
{
color: #A6A283;
}
</style>
background-color css
<style>
a { background-color: #A6A283; }
a { background-color: rgb(166,162,131); }
div.DivClassName
{
background-color: #A6A283;
}
.BgClassName
{
background-color: #A6A283;
}
</style>
border-color css
<style>
span { border-color: #A6A283; }
span { border-color: rgb(166,162,131); }
td.TdClassName
{
border-color: #A6A283;
}
.TagClassName
{
border-color: #A6A283;
}
</style>