Shades of Grey Olive #A29D84
Tints of Grey Olive #A29D84
RGB
CMYK
RGB Variations
Color information
#A29D84 (or 0xA29D84) is known color: Grey Olive. HEX triplet: A2, 9D and 84. RGB value is (162,157,132). Sum of RGB (Red+Green+Blue) = 162+157+132=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D84 is #5D627B. Grayscale: #9B9B9B. Windows color (decimal): -6120060 or 8691106. OLE color: 8691106.
HSL color Cylindrical-coordinate representation of color #A29D84: hue angle of 50º 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 #A29D84 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 132 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.36 |
| HSL | 50º | 0.14% | 0.58% | - |
| HSV(B) | 50º | 0.19% | 0.64% | - |
| XYZ | 31.12 | 33.46 | 26.65 | - |
| YUV | 155.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 132 | 0 | 0.03 | 0.19 | 0.36 | 50 | 0.14 | 0.58 |
| Hex | A2 | 9D | 84 | 0 | 3 | 13 | 24 | 32 | E | 3A |
| Octal | 242 | 235 | 204 | 0 | 3 | 23 | 44 | 62 | 16 | 72 |
| Binary | 10100010 | 10011101 | 10000100 | 0 | 11 | 10011 | 100100 | 110010 | 1110 | 111010 |
Color Harmonies of #A29D84
Complementary color
Monochromatic Colors of #A29D84
Black with #A29D84
Text Example
Text Example
White with #A29D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D84; }
p { color: rgb(162,157,132); }
H1.HeaderClassName
{
color: #A29D84;
}
.AnyTagClassName
{
color: #A29D84;
}
</style>
background-color css
<style>
a { background-color: #A29D84; }
a { background-color: rgb(162,157,132); }
div.DivClassName
{
background-color: #A29D84;
}
.BgClassName
{
background-color: #A29D84;
}
</style>
border-color css
<style>
span { border-color: #A29D84; }
span { border-color: rgb(162,157,132); }
td.TdClassName
{
border-color: #A29D84;
}
.TagClassName
{
border-color: #A29D84;
}
</style>