Shades of Grey Olive #A39A7E
Tints of Grey Olive #A39A7E
RGB
CMYK
RGB Variations
Color information
#A39A7E (or 0xA39A7E) is known color: Grey Olive. HEX triplet: A3, 9A and 7E. RGB value is (163,154,126). Sum of RGB (Red+Green+Blue) = 163+154+126=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39A7E is #5C6581. Grayscale: #999999. Windows color (decimal): -6055298 or 8297123. OLE color: 8297123.
HSL color Cylindrical-coordinate representation of color #A39A7E: hue angle of 45.41º 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 #A39A7E is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 126 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.36 |
| HSL | 45.41º | 0.17% | 0.57% | - |
| HSV(B) | 45.41º | 0.23% | 0.64% | - |
| XYZ | 30.43 | 32.4 | 24.39 | - |
| YUV | 153.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 126 | 0 | 0.06 | 0.23 | 0.36 | 45.41 | 0.17 | 0.57 |
| Hex | A3 | 9A | 7E | 0 | 6 | 17 | 24 | 2D | 11 | 39 |
| Octal | 243 | 232 | 176 | 0 | 6 | 27 | 44 | 55 | 21 | 71 |
| Binary | 10100011 | 10011010 | 1111110 | 0 | 110 | 10111 | 100100 | 101101 | 10001 | 111001 |
Color Harmonies of #A39A7E
Complementary color
Monochromatic Colors of #A39A7E
Black with #A39A7E
Text Example
Text Example
White with #A39A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A7E; }
p { color: rgb(163,154,126); }
H1.HeaderClassName
{
color: #A39A7E;
}
.AnyTagClassName
{
color: #A39A7E;
}
</style>
background-color css
<style>
a { background-color: #A39A7E; }
a { background-color: rgb(163,154,126); }
div.DivClassName
{
background-color: #A39A7E;
}
.BgClassName
{
background-color: #A39A7E;
}
</style>
border-color css
<style>
span { border-color: #A39A7E; }
span { border-color: rgb(163,154,126); }
td.TdClassName
{
border-color: #A39A7E;
}
.TagClassName
{
border-color: #A39A7E;
}
</style>