Shades of Grey Olive #A29C80
Tints of Grey Olive #A29C80
RGB
CMYK
RGB Variations
Color information
#A29C80 (or 0xA29C80) is known color: Grey Olive. HEX triplet: A2, 9C and 80. RGB value is (162,156,128). Sum of RGB (Red+Green+Blue) = 162+156+128=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29C80 is #5D637F. Grayscale: #9A9A9A. Windows color (decimal): -6120320 or 8428706. OLE color: 8428706.
HSL color Cylindrical-coordinate representation of color #A29C80: hue angle of 49.41º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A29C80 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 156 | 128 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.36 |
| HSL | 49.41º | 0.15% | 0.57% | - |
| HSV(B) | 49.41º | 0.21% | 0.64% | - |
| XYZ | 30.69 | 33.02 | 25.18 | - |
| YUV | 154.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 128 | 0 | 0.04 | 0.21 | 0.36 | 49.41 | 0.15 | 0.57 |
| Hex | A2 | 9C | 80 | 0 | 4 | 15 | 24 | 31 | F | 39 |
| Octal | 242 | 234 | 200 | 0 | 4 | 25 | 44 | 61 | 17 | 71 |
| Binary | 10100010 | 10011100 | 10000000 | 0 | 100 | 10101 | 100100 | 110001 | 1111 | 111001 |
Color Harmonies of #A29C80
Complementary color
Monochromatic Colors of #A29C80
Black with #A29C80
Text Example
Text Example
White with #A29C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29C80; }
p { color: rgb(162,156,128); }
H1.HeaderClassName
{
color: #A29C80;
}
.AnyTagClassName
{
color: #A29C80;
}
</style>
background-color css
<style>
a { background-color: #A29C80; }
a { background-color: rgb(162,156,128); }
div.DivClassName
{
background-color: #A29C80;
}
.BgClassName
{
background-color: #A29C80;
}
</style>
border-color css
<style>
span { border-color: #A29C80; }
span { border-color: rgb(162,156,128); }
td.TdClassName
{
border-color: #A29C80;
}
.TagClassName
{
border-color: #A29C80;
}
</style>