Shades of Grey Olive #A39B7E
Tints of Grey Olive #A39B7E
RGB
CMYK
RGB Variations
Color information
#A39B7E (or 0xA39B7E) is known color: Grey Olive. HEX triplet: A3, 9B and 7E. RGB value is (163,155,126). Sum of RGB (Red+Green+Blue) = 163+155+126=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B7E is #5C6481. Grayscale: #9A9A9A. Windows color (decimal): -6055042 or 8297379. OLE color: 8297379.
HSL color Cylindrical-coordinate representation of color #A39B7E: hue angle of 47.03º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A39B7E is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 155 | 126 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.36 |
| HSL | 47.03º | 0.17% | 0.57% | - |
| HSV(B) | 47.03º | 0.23% | 0.64% | - |
| XYZ | 30.59 | 32.74 | 24.44 | - |
| YUV | 154.09 | 112.15 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 126 | 0 | 0.05 | 0.23 | 0.36 | 47.03 | 0.17 | 0.57 |
| Hex | A3 | 9B | 7E | 0 | 5 | 17 | 24 | 2F | 11 | 39 |
| Octal | 243 | 233 | 176 | 0 | 5 | 27 | 44 | 57 | 21 | 71 |
| Binary | 10100011 | 10011011 | 1111110 | 0 | 101 | 10111 | 100100 | 101111 | 10001 | 111001 |
Color Harmonies of #A39B7E
Complementary color
Monochromatic Colors of #A39B7E
Black with #A39B7E
Text Example
Text Example
White with #A39B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39B7E; }
p { color: rgb(163,155,126); }
H1.HeaderClassName
{
color: #A39B7E;
}
.AnyTagClassName
{
color: #A39B7E;
}
</style>
background-color css
<style>
a { background-color: #A39B7E; }
a { background-color: rgb(163,155,126); }
div.DivClassName
{
background-color: #A39B7E;
}
.BgClassName
{
background-color: #A39B7E;
}
</style>
border-color css
<style>
span { border-color: #A39B7E; }
span { border-color: rgb(163,155,126); }
td.TdClassName
{
border-color: #A39B7E;
}
.TagClassName
{
border-color: #A39B7E;
}
</style>