Shades of Grey Olive #A19C7E
Tints of Grey Olive #A19C7E
RGB
CMYK
RGB Variations
Color information
#A19C7E (or 0xA19C7E) is known color: Grey Olive. HEX triplet: A1, 9C and 7E. RGB value is (161,156,126). Sum of RGB (Red+Green+Blue) = 161+156+126=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19C7E is #5E6381. Grayscale: #9A9A9A. Windows color (decimal): -6185858 or 8297633. OLE color: 8297633.
HSL color Cylindrical-coordinate representation of color #A19C7E: hue angle of 51.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A19C7E is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 126 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.37 |
| HSL | 51.43º | 0.16% | 0.56% | - |
| HSV(B) | 51.43º | 0.22% | 0.63% | - |
| XYZ | 30.35 | 32.86 | 24.48 | - |
| YUV | 154.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 126 | 0 | 0.03 | 0.22 | 0.37 | 51.43 | 0.16 | 0.56 |
| Hex | A1 | 9C | 7E | 0 | 3 | 16 | 25 | 33 | 10 | 38 |
| Octal | 241 | 234 | 176 | 0 | 3 | 26 | 45 | 63 | 20 | 70 |
| Binary | 10100001 | 10011100 | 1111110 | 0 | 11 | 10110 | 100101 | 110011 | 10000 | 111000 |
Color Harmonies of #A19C7E
Complementary color
Monochromatic Colors of #A19C7E
Black with #A19C7E
Text Example
Text Example
White with #A19C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C7E; }
p { color: rgb(161,156,126); }
H1.HeaderClassName
{
color: #A19C7E;
}
.AnyTagClassName
{
color: #A19C7E;
}
</style>
background-color css
<style>
a { background-color: #A19C7E; }
a { background-color: rgb(161,156,126); }
div.DivClassName
{
background-color: #A19C7E;
}
.BgClassName
{
background-color: #A19C7E;
}
</style>
border-color css
<style>
span { border-color: #A19C7E; }
span { border-color: rgb(161,156,126); }
td.TdClassName
{
border-color: #A19C7E;
}
.TagClassName
{
border-color: #A19C7E;
}
</style>