Shades of Grey Olive #A29C7F
Tints of Grey Olive #A29C7F
RGB
CMYK
RGB Variations
Color information
#A29C7F (or 0xA29C7F) is known color: Grey Olive. HEX triplet: A2, 9C and 7F. RGB value is (162,156,127). Sum of RGB (Red+Green+Blue) = 162+156+127=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C7F is #5D6380. Grayscale: #9A9A9A. Windows color (decimal): -6120321 or 8363170. OLE color: 8363170.
HSL color Cylindrical-coordinate representation of color #A29C7F: hue angle of 49.71º 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 #A29C7F is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 127 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.36 |
| HSL | 49.71º | 0.16% | 0.57% | - |
| HSV(B) | 49.71º | 0.22% | 0.64% | - |
| XYZ | 30.62 | 32.99 | 24.83 | - |
| YUV | 154.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 127 | 0 | 0.04 | 0.22 | 0.36 | 49.71 | 0.16 | 0.57 |
| Hex | A2 | 9C | 7F | 0 | 4 | 16 | 24 | 32 | 10 | 39 |
| Octal | 242 | 234 | 177 | 0 | 4 | 26 | 44 | 62 | 20 | 71 |
| Binary | 10100010 | 10011100 | 1111111 | 0 | 100 | 10110 | 100100 | 110010 | 10000 | 111001 |
Color Harmonies of #A29C7F
Complementary color
Monochromatic Colors of #A29C7F
Black with #A29C7F
Text Example
Text Example
White with #A29C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C7F; }
p { color: rgb(162,156,127); }
H1.HeaderClassName
{
color: #A29C7F;
}
.AnyTagClassName
{
color: #A29C7F;
}
</style>
background-color css
<style>
a { background-color: #A29C7F; }
a { background-color: rgb(162,156,127); }
div.DivClassName
{
background-color: #A29C7F;
}
.BgClassName
{
background-color: #A29C7F;
}
</style>
border-color css
<style>
span { border-color: #A29C7F; }
span { border-color: rgb(162,156,127); }
td.TdClassName
{
border-color: #A29C7F;
}
.TagClassName
{
border-color: #A29C7F;
}
</style>