Shades of Grey Olive #A39C7B
Tints of Grey Olive #A39C7B
RGB
CMYK
RGB Variations
Color information
#A39C7B (or 0xA39C7B) is known color: Grey Olive. HEX triplet: A3, 9C and 7B. RGB value is (163,156,123). Sum of RGB (Red+Green+Blue) = 163+156+123=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39C7B is #5C6384. Grayscale: #9A9A9A. Windows color (decimal): -6054789 or 8101027. OLE color: 8101027.
HSL color Cylindrical-coordinate representation of color #A39C7B: hue angle of 49.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A39C7B is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
RGB | 163 | 156 | 123 | - |
CMYK | 0 | 0.04 | 0.25 | 0.36 |
HSL | 49.5º | 0.18% | 0.56% | - |
HSV(B) | 49.5º | 0.25% | 0.64% | - |
XYZ | 30.57 | 32.99 | 23.5 | - |
YUV | 154.33 | 110.32 | 134.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 156 | 123 | 0 | 0.04 | 0.25 | 0.36 | 49.5 | 0.18 | 0.56 |
Hex | A3 | 9C | 7B | 0 | 4 | 19 | 24 | 32 | 12 | 38 |
Octal | 243 | 234 | 173 | 0 | 4 | 31 | 44 | 62 | 22 | 70 |
Binary | 10100011 | 10011100 | 1111011 | 0 | 100 | 11001 | 100100 | 110010 | 10010 | 111000 |
Color Harmonies of #A39C7B
Complementary color
Monochromatic Colors of #A39C7B
Black with #A39C7B
Text Example
Text Example
White with #A39C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39C7B; }
p { color: rgb(163,156,123); }
H1.HeaderClassName
{
color: #A39C7B;
}
.AnyTagClassName
{
color: #A39C7B;
}
</style>
background-color css
<style>
a { background-color: #A39C7B; }
a { background-color: rgb(163,156,123); }
div.DivClassName
{
background-color: #A39C7B;
}
.BgClassName
{
background-color: #A39C7B;
}
</style>
border-color css
<style>
span { border-color: #A39C7B; }
span { border-color: rgb(163,156,123); }
td.TdClassName
{
border-color: #A39C7B;
}
.TagClassName
{
border-color: #A39C7B;
}
</style>