Shades of Neutral Green #A6A583
Tints of Neutral Green #A6A583
RGB
CMYK
RGB Variations
Color information
#A6A583 (or 0xA6A583) is known color: Neutral Green. HEX triplet: A6, A5 and 83. RGB value is (166,165,131). Sum of RGB (Red+Green+Blue) = 166+165+131=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A583 is #595A7C. Grayscale: #A1A1A1. Windows color (decimal): -5855869 or 8627622. OLE color: 8627622.
HSL color Cylindrical-coordinate representation of color #A6A583: hue angle of 58.29º 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 #A6A583 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 165 | 131 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.35 |
| HSL | 58.29º | 0.16% | 0.58% | - |
| HSV(B) | 58.29º | 0.21% | 0.65% | - |
| XYZ | 33.28 | 36.66 | 26.79 | - |
| YUV | 161.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 165 | 131 | 0 | 0.01 | 0.21 | 0.35 | 58.29 | 0.16 | 0.58 |
| Hex | A6 | A5 | 83 | 0 | 1 | 15 | 23 | 3A | 10 | 3A |
| Octal | 246 | 245 | 203 | 0 | 1 | 25 | 43 | 72 | 20 | 72 |
| Binary | 10100110 | 10100101 | 10000011 | 0 | 1 | 10101 | 100011 | 111010 | 10000 | 111010 |
Color Harmonies of #A6A583
Complementary color
Monochromatic Colors of #A6A583
Black with #A6A583
Text Example
Text Example
White with #A6A583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A583; }
p { color: rgb(166,165,131); }
H1.HeaderClassName
{
color: #A6A583;
}
.AnyTagClassName
{
color: #A6A583;
}
</style>
background-color css
<style>
a { background-color: #A6A583; }
a { background-color: rgb(166,165,131); }
div.DivClassName
{
background-color: #A6A583;
}
.BgClassName
{
background-color: #A6A583;
}
</style>
border-color css
<style>
span { border-color: #A6A583; }
span { border-color: rgb(166,165,131); }
td.TdClassName
{
border-color: #A6A583;
}
.TagClassName
{
border-color: #A6A583;
}
</style>