Shades of Grey Olive #A39D80
Tints of Grey Olive #A39D80
RGB
CMYK
RGB Variations
Color information
#A39D80 (or 0xA39D80) is known color: Grey Olive. HEX triplet: A3, 9D and 80. RGB value is (163,157,128). Sum of RGB (Red+Green+Blue) = 163+157+128=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39D80 is #5C627F. Grayscale: #9B9B9B. Windows color (decimal): -6054528 or 8428963. OLE color: 8428963.
HSL color Cylindrical-coordinate representation of color #A39D80: hue angle of 49.71º 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 #A39D80 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 128 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.36 |
| HSL | 49.71º | 0.16% | 0.57% | - |
| HSV(B) | 49.71º | 0.21% | 0.64% | - |
| XYZ | 31.06 | 33.46 | 25.24 | - |
| YUV | 155.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 128 | 0 | 0.04 | 0.21 | 0.36 | 49.71 | 0.16 | 0.57 |
| Hex | A3 | 9D | 80 | 0 | 4 | 15 | 24 | 32 | 10 | 39 |
| Octal | 243 | 235 | 200 | 0 | 4 | 25 | 44 | 62 | 20 | 71 |
| Binary | 10100011 | 10011101 | 10000000 | 0 | 100 | 10101 | 100100 | 110010 | 10000 | 111001 |
Color Harmonies of #A39D80
Complementary color
Monochromatic Colors of #A39D80
Black with #A39D80
Text Example
Text Example
White with #A39D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D80; }
p { color: rgb(163,157,128); }
H1.HeaderClassName
{
color: #A39D80;
}
.AnyTagClassName
{
color: #A39D80;
}
</style>
background-color css
<style>
a { background-color: #A39D80; }
a { background-color: rgb(163,157,128); }
div.DivClassName
{
background-color: #A39D80;
}
.BgClassName
{
background-color: #A39D80;
}
</style>
border-color css
<style>
span { border-color: #A39D80; }
span { border-color: rgb(163,157,128); }
td.TdClassName
{
border-color: #A39D80;
}
.TagClassName
{
border-color: #A39D80;
}
</style>