Shades of Grey Olive #A39D7F
Tints of Grey Olive #A39D7F
RGB
CMYK
RGB Variations
Color information
#A39D7F (or 0xA39D7F) is known color: Grey Olive. HEX triplet: A3, 9D and 7F. RGB value is (163,157,127). Sum of RGB (Red+Green+Blue) = 163+157+127=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39D7F is #5C6280. Grayscale: #9B9B9B. Windows color (decimal): -6054529 or 8363427. OLE color: 8363427.
HSL color Cylindrical-coordinate representation of color #A39D7F: hue angle of 50º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A39D7F is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 157 | 127 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.36 |
| HSL | 50º | 0.16% | 0.57% | - |
| HSV(B) | 50º | 0.22% | 0.64% | - |
| XYZ | 30.99 | 33.43 | 24.9 | - |
| YUV | 155.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 157 | 127 | 0 | 0.04 | 0.22 | 0.36 | 50 | 0.16 | 0.57 |
| Hex | A3 | 9D | 7F | 0 | 4 | 16 | 24 | 32 | 10 | 39 |
| Octal | 243 | 235 | 177 | 0 | 4 | 26 | 44 | 62 | 20 | 71 |
| Binary | 10100011 | 10011101 | 1111111 | 0 | 100 | 10110 | 100100 | 110010 | 10000 | 111001 |
Color Harmonies of #A39D7F
Complementary color
Monochromatic Colors of #A39D7F
Black with #A39D7F
Text Example
Text Example
White with #A39D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39D7F; }
p { color: rgb(163,157,127); }
H1.HeaderClassName
{
color: #A39D7F;
}
.AnyTagClassName
{
color: #A39D7F;
}
</style>
background-color css
<style>
a { background-color: #A39D7F; }
a { background-color: rgb(163,157,127); }
div.DivClassName
{
background-color: #A39D7F;
}
.BgClassName
{
background-color: #A39D7F;
}
</style>
border-color css
<style>
span { border-color: #A39D7F; }
span { border-color: rgb(163,157,127); }
td.TdClassName
{
border-color: #A39D7F;
}
.TagClassName
{
border-color: #A39D7F;
}
</style>