Shades of Neutral Green #A5A48B
Tints of Neutral Green #A5A48B
RGB
CMYK
RGB Variations
Color information
#A5A48B (or 0xA5A48B) is known color: Neutral Green. HEX triplet: A5, A4 and 8B. RGB value is (165,164,139). Sum of RGB (Red+Green+Blue) = 165+164+139=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A48B is #5A5B74. Grayscale: #A1A1A1. Windows color (decimal): -5921653 or 9151653. OLE color: 9151653.
HSL color Cylindrical-coordinate representation of color #A5A48B: hue angle of 57.69º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5A48B is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 164 | 139 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.35 |
| HSL | 57.69º | 0.13% | 0.6% | - |
| HSV(B) | 57.69º | 0.16% | 0.65% | - |
| XYZ | 33.45 | 36.41 | 29.69 | - |
| YUV | 161.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 164 | 139 | 0 | 0.01 | 0.16 | 0.35 | 57.69 | 0.13 | 0.6 |
| Hex | A5 | A4 | 8B | 0 | 1 | 10 | 23 | 3A | D | 3C |
| Octal | 245 | 244 | 213 | 0 | 1 | 20 | 43 | 72 | 15 | 74 |
| Binary | 10100101 | 10100100 | 10001011 | 0 | 1 | 10000 | 100011 | 111010 | 1101 | 111100 |
Color Harmonies of #A5A48B
Complementary color
Monochromatic Colors of #A5A48B
Black with #A5A48B
Text Example
Text Example
White with #A5A48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A48B; }
p { color: rgb(165,164,139); }
H1.HeaderClassName
{
color: #A5A48B;
}
.AnyTagClassName
{
color: #A5A48B;
}
</style>
background-color css
<style>
a { background-color: #A5A48B; }
a { background-color: rgb(165,164,139); }
div.DivClassName
{
background-color: #A5A48B;
}
.BgClassName
{
background-color: #A5A48B;
}
</style>
border-color css
<style>
span { border-color: #A5A48B; }
span { border-color: rgb(165,164,139); }
td.TdClassName
{
border-color: #A5A48B;
}
.TagClassName
{
border-color: #A5A48B;
}
</style>