Shades of Grey Olive #A29B84
Tints of Grey Olive #A29B84
RGB
CMYK
RGB Variations
Color information
#A29B84 (or 0xA29B84) is known color: Grey Olive. HEX triplet: A2, 9B and 84. RGB value is (162,155,132). Sum of RGB (Red+Green+Blue) = 162+155+132=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B84 is #5D647B. Grayscale: #9A9A9A. Windows color (decimal): -6120572 or 8690594. OLE color: 8690594.
HSL color Cylindrical-coordinate representation of color #A29B84: hue angle of 46º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A29B84 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 155 | 132 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.36 |
| HSL | 46º | 0.14% | 0.58% | - |
| HSV(B) | 46º | 0.19% | 0.64% | - |
| XYZ | 30.79 | 32.79 | 26.54 | - |
| YUV | 154.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 132 | 0 | 0.04 | 0.19 | 0.36 | 46 | 0.14 | 0.58 |
| Hex | A2 | 9B | 84 | 0 | 4 | 13 | 24 | 2E | E | 3A |
| Octal | 242 | 233 | 204 | 0 | 4 | 23 | 44 | 56 | 16 | 72 |
| Binary | 10100010 | 10011011 | 10000100 | 0 | 100 | 10011 | 100100 | 101110 | 1110 | 111010 |
Color Harmonies of #A29B84
Complementary color
Monochromatic Colors of #A29B84
Black with #A29B84
Text Example
Text Example
White with #A29B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29B84; }
p { color: rgb(162,155,132); }
H1.HeaderClassName
{
color: #A29B84;
}
.AnyTagClassName
{
color: #A29B84;
}
</style>
background-color css
<style>
a { background-color: #A29B84; }
a { background-color: rgb(162,155,132); }
div.DivClassName
{
background-color: #A29B84;
}
.BgClassName
{
background-color: #A29B84;
}
</style>
border-color css
<style>
span { border-color: #A29B84; }
span { border-color: rgb(162,155,132); }
td.TdClassName
{
border-color: #A29B84;
}
.TagClassName
{
border-color: #A29B84;
}
</style>