Shades of Neutral Green #A8A583
Tints of Neutral Green #A8A583
RGB
CMYK
RGB Variations
Color information
#A8A583 (or 0xA8A583) is known color: Neutral Green. HEX triplet: A8, A5 and 83. RGB value is (168,165,131). Sum of RGB (Red+Green+Blue) = 168+165+131=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A583 is #575A7C. Grayscale: #A2A2A2. Windows color (decimal): -5724797 or 8627624. OLE color: 8627624.
HSL color Cylindrical-coordinate representation of color #A8A583: hue angle of 55.14º 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 #A8A583 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 165 | 131 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.34 |
| HSL | 55.14º | 0.18% | 0.59% | - |
| HSV(B) | 55.14º | 0.22% | 0.66% | - |
| XYZ | 33.7 | 36.87 | 26.81 | - |
| YUV | 162.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 165 | 131 | 0 | 0.02 | 0.22 | 0.34 | 55.14 | 0.18 | 0.59 |
| Hex | A8 | A5 | 83 | 0 | 2 | 16 | 22 | 37 | 12 | 3B |
| Octal | 250 | 245 | 203 | 0 | 2 | 26 | 42 | 67 | 22 | 73 |
| Binary | 10101000 | 10100101 | 10000011 | 0 | 10 | 10110 | 100010 | 110111 | 10010 | 111011 |
Color Harmonies of #A8A583
Complementary color
Monochromatic Colors of #A8A583
Black with #A8A583
Text Example
Text Example
White with #A8A583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A583; }
p { color: rgb(168,165,131); }
H1.HeaderClassName
{
color: #A8A583;
}
.AnyTagClassName
{
color: #A8A583;
}
</style>
background-color css
<style>
a { background-color: #A8A583; }
a { background-color: rgb(168,165,131); }
div.DivClassName
{
background-color: #A8A583;
}
.BgClassName
{
background-color: #A8A583;
}
</style>
border-color css
<style>
span { border-color: #A8A583; }
span { border-color: rgb(168,165,131); }
td.TdClassName
{
border-color: #A8A583;
}
.TagClassName
{
border-color: #A8A583;
}
</style>