Shades of Grey Olive #A39B81
Tints of Grey Olive #A39B81
RGB
CMYK
RGB Variations
Color information
#A39B81 (or 0xA39B81) is known color: Grey Olive. HEX triplet: A3, 9B and 81. RGB value is (163,155,129). Sum of RGB (Red+Green+Blue) = 163+155+129=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39B81 is #5C647E. Grayscale: #9A9A9A. Windows color (decimal): -6055039 or 8493987. OLE color: 8493987.
HSL color Cylindrical-coordinate representation of color #A39B81: hue angle of 45.88º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A39B81 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 155 | 129 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.36 |
| HSL | 45.88º | 0.16% | 0.57% | - |
| HSV(B) | 45.88º | 0.21% | 0.64% | - |
| XYZ | 30.79 | 32.81 | 25.48 | - |
| YUV | 154.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 129 | 0 | 0.05 | 0.21 | 0.36 | 45.88 | 0.16 | 0.57 |
| Hex | A3 | 9B | 81 | 0 | 5 | 15 | 24 | 2E | 10 | 39 |
| Octal | 243 | 233 | 201 | 0 | 5 | 25 | 44 | 56 | 20 | 71 |
| Binary | 10100011 | 10011011 | 10000001 | 0 | 101 | 10101 | 100100 | 101110 | 10000 | 111001 |
Color Harmonies of #A39B81
Complementary color
Monochromatic Colors of #A39B81
Black with #A39B81
Text Example
Text Example
White with #A39B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39B81; }
p { color: rgb(163,155,129); }
H1.HeaderClassName
{
color: #A39B81;
}
.AnyTagClassName
{
color: #A39B81;
}
</style>
background-color css
<style>
a { background-color: #A39B81; }
a { background-color: rgb(163,155,129); }
div.DivClassName
{
background-color: #A39B81;
}
.BgClassName
{
background-color: #A39B81;
}
</style>
border-color css
<style>
span { border-color: #A39B81; }
span { border-color: rgb(163,155,129); }
td.TdClassName
{
border-color: #A39B81;
}
.TagClassName
{
border-color: #A39B81;
}
</style>