Shades of Neutral Green #A5A383
Tints of Neutral Green #A5A383
RGB
CMYK
RGB Variations
Color information
#A5A383 (or 0xA5A383) is known color: Neutral Green. HEX triplet: A5, A3 and 83. RGB value is (165,163,131). Sum of RGB (Red+Green+Blue) = 165+163+131=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A383 is #5A5C7C. Grayscale: #A0A0A0. Windows color (decimal): -5921917 or 8627109. OLE color: 8627109.
HSL color Cylindrical-coordinate representation of color #A5A383: hue angle of 56.47º 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 #A5A383 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 163 | 131 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.35 |
| HSL | 56.47º | 0.16% | 0.58% | - |
| HSV(B) | 56.47º | 0.21% | 0.65% | - |
| XYZ | 32.71 | 35.83 | 26.67 | - |
| YUV | 159.95 | 111.66 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 163 | 131 | 0 | 0.01 | 0.21 | 0.35 | 56.47 | 0.16 | 0.58 |
| Hex | A5 | A3 | 83 | 0 | 1 | 15 | 23 | 38 | 10 | 3A |
| Octal | 245 | 243 | 203 | 0 | 1 | 25 | 43 | 70 | 20 | 72 |
| Binary | 10100101 | 10100011 | 10000011 | 0 | 1 | 10101 | 100011 | 111000 | 10000 | 111010 |
Color Harmonies of #A5A383
Complementary color
Monochromatic Colors of #A5A383
Black with #A5A383
Text Example
Text Example
White with #A5A383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A383; }
p { color: rgb(165,163,131); }
H1.HeaderClassName
{
color: #A5A383;
}
.AnyTagClassName
{
color: #A5A383;
}
</style>
background-color css
<style>
a { background-color: #A5A383; }
a { background-color: rgb(165,163,131); }
div.DivClassName
{
background-color: #A5A383;
}
.BgClassName
{
background-color: #A5A383;
}
</style>
border-color css
<style>
span { border-color: #A5A383; }
span { border-color: rgb(165,163,131); }
td.TdClassName
{
border-color: #A5A383;
}
.TagClassName
{
border-color: #A5A383;
}
</style>