Shades of Grey Olive #A19C7F
Tints of Grey Olive #A19C7F
RGB
CMYK
RGB Variations
Color information
#A19C7F (or 0xA19C7F) is known color: Grey Olive. HEX triplet: A1, 9C and 7F. RGB value is (161,156,127). Sum of RGB (Red+Green+Blue) = 161+156+127=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19C7F is #5E6380. Grayscale: #9A9A9A. Windows color (decimal): -6185857 or 8363169. OLE color: 8363169.
HSL color Cylindrical-coordinate representation of color #A19C7F: hue angle of 51.18º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A19C7F is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 127 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.37 |
| HSL | 51.18º | 0.15% | 0.56% | - |
| HSV(B) | 51.18º | 0.21% | 0.63% | - |
| XYZ | 30.42 | 32.89 | 24.82 | - |
| YUV | 154.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 127 | 0 | 0.03 | 0.21 | 0.37 | 51.18 | 0.15 | 0.56 |
| Hex | A1 | 9C | 7F | 0 | 3 | 15 | 25 | 33 | F | 38 |
| Octal | 241 | 234 | 177 | 0 | 3 | 25 | 45 | 63 | 17 | 70 |
| Binary | 10100001 | 10011100 | 1111111 | 0 | 11 | 10101 | 100101 | 110011 | 1111 | 111000 |
Color Harmonies of #A19C7F
Complementary color
Monochromatic Colors of #A19C7F
Black with #A19C7F
Text Example
Text Example
White with #A19C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C7F; }
p { color: rgb(161,156,127); }
H1.HeaderClassName
{
color: #A19C7F;
}
.AnyTagClassName
{
color: #A19C7F;
}
</style>
background-color css
<style>
a { background-color: #A19C7F; }
a { background-color: rgb(161,156,127); }
div.DivClassName
{
background-color: #A19C7F;
}
.BgClassName
{
background-color: #A19C7F;
}
</style>
border-color css
<style>
span { border-color: #A19C7F; }
span { border-color: rgb(161,156,127); }
td.TdClassName
{
border-color: #A19C7F;
}
.TagClassName
{
border-color: #A19C7F;
}
</style>