Shades of Grey Olive #A59C7E
Tints of Grey Olive #A59C7E
RGB
CMYK
RGB Variations
Color information
#A59C7E (or 0xA59C7E) is known color: Grey Olive. HEX triplet: A5, 9C and 7E. RGB value is (165,156,126). Sum of RGB (Red+Green+Blue) = 165+156+126=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59C7E is #5A6381. Grayscale: #9B9B9B. Windows color (decimal): -5923714 or 8297637. OLE color: 8297637.
HSL color Cylindrical-coordinate representation of color #A59C7E: hue angle of 46.15º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A59C7E is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 126 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.35 |
| HSL | 46.15º | 0.18% | 0.57% | - |
| HSV(B) | 46.15º | 0.24% | 0.65% | - |
| XYZ | 31.17 | 33.28 | 24.52 | - |
| YUV | 155.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 126 | 0 | 0.05 | 0.24 | 0.35 | 46.15 | 0.18 | 0.57 |
| Hex | A5 | 9C | 7E | 0 | 5 | 18 | 23 | 2E | 12 | 39 |
| Octal | 245 | 234 | 176 | 0 | 5 | 30 | 43 | 56 | 22 | 71 |
| Binary | 10100101 | 10011100 | 1111110 | 0 | 101 | 11000 | 100011 | 101110 | 10010 | 111001 |
Color Harmonies of #A59C7E
Complementary color
Monochromatic Colors of #A59C7E
Black with #A59C7E
Text Example
Text Example
White with #A59C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C7E; }
p { color: rgb(165,156,126); }
H1.HeaderClassName
{
color: #A59C7E;
}
.AnyTagClassName
{
color: #A59C7E;
}
</style>
background-color css
<style>
a { background-color: #A59C7E; }
a { background-color: rgb(165,156,126); }
div.DivClassName
{
background-color: #A59C7E;
}
.BgClassName
{
background-color: #A59C7E;
}
</style>
border-color css
<style>
span { border-color: #A59C7E; }
span { border-color: rgb(165,156,126); }
td.TdClassName
{
border-color: #A59C7E;
}
.TagClassName
{
border-color: #A59C7E;
}
</style>