Shades of Grey Olive #A19C7C
Tints of Grey Olive #A19C7C
RGB
CMYK
RGB Variations
Color information
#A19C7C (or 0xA19C7C) is known color: Grey Olive. HEX triplet: A1, 9C and 7C. RGB value is (161,156,124). Sum of RGB (Red+Green+Blue) = 161+156+124=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19C7C is #5E6383. Grayscale: #999999. Windows color (decimal): -6185860 or 8166561. OLE color: 8166561.
HSL color Cylindrical-coordinate representation of color #A19C7C: hue angle of 51.89º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A19C7C is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 124 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.37 |
| HSL | 51.89º | 0.16% | 0.56% | - |
| HSV(B) | 51.89º | 0.23% | 0.63% | - |
| XYZ | 30.22 | 32.81 | 23.81 | - |
| YUV | 153.85 | 111.16 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 124 | 0 | 0.03 | 0.23 | 0.37 | 51.89 | 0.16 | 0.56 |
| Hex | A1 | 9C | 7C | 0 | 3 | 17 | 25 | 34 | 10 | 38 |
| Octal | 241 | 234 | 174 | 0 | 3 | 27 | 45 | 64 | 20 | 70 |
| Binary | 10100001 | 10011100 | 1111100 | 0 | 11 | 10111 | 100101 | 110100 | 10000 | 111000 |
Color Harmonies of #A19C7C
Complementary color
Monochromatic Colors of #A19C7C
Black with #A19C7C
Text Example
Text Example
White with #A19C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C7C; }
p { color: rgb(161,156,124); }
H1.HeaderClassName
{
color: #A19C7C;
}
.AnyTagClassName
{
color: #A19C7C;
}
</style>
background-color css
<style>
a { background-color: #A19C7C; }
a { background-color: rgb(161,156,124); }
div.DivClassName
{
background-color: #A19C7C;
}
.BgClassName
{
background-color: #A19C7C;
}
</style>
border-color css
<style>
span { border-color: #A19C7C; }
span { border-color: rgb(161,156,124); }
td.TdClassName
{
border-color: #A19C7C;
}
.TagClassName
{
border-color: #A19C7C;
}
</style>