Shades of Grey Olive #A29A82
Tints of Grey Olive #A29A82
RGB
CMYK
RGB Variations
Color information
#A29A82 (or 0xA29A82) is known color: Grey Olive. HEX triplet: A2, 9A and 82. RGB value is (162,154,130). Sum of RGB (Red+Green+Blue) = 162+154+130=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29A82 is #5D657D. Grayscale: #999999. Windows color (decimal): -6120830 or 8559266. OLE color: 8559266.
HSL color Cylindrical-coordinate representation of color #A29A82: hue angle of 45º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A29A82 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 154 | 130 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.36 |
| HSL | 45º | 0.15% | 0.57% | - |
| HSV(B) | 45º | 0.2% | 0.64% | - |
| XYZ | 30.49 | 32.4 | 25.77 | - |
| YUV | 153.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 130 | 0 | 0.05 | 0.20 | 0.36 | 45 | 0.15 | 0.57 |
| Hex | A2 | 9A | 82 | 0 | 5 | 14 | 24 | 2D | F | 39 |
| Octal | 242 | 232 | 202 | 0 | 5 | 24 | 44 | 55 | 17 | 71 |
| Binary | 10100010 | 10011010 | 10000010 | 0 | 101 | 10100 | 100100 | 101101 | 1111 | 111001 |
Color Harmonies of #A29A82
Complementary color
Monochromatic Colors of #A29A82
Black with #A29A82
Text Example
Text Example
White with #A29A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29A82; }
p { color: rgb(162,154,130); }
H1.HeaderClassName
{
color: #A29A82;
}
.AnyTagClassName
{
color: #A29A82;
}
</style>
background-color css
<style>
a { background-color: #A29A82; }
a { background-color: rgb(162,154,130); }
div.DivClassName
{
background-color: #A29A82;
}
.BgClassName
{
background-color: #A29A82;
}
</style>
border-color css
<style>
span { border-color: #A29A82; }
span { border-color: rgb(162,154,130); }
td.TdClassName
{
border-color: #A29A82;
}
.TagClassName
{
border-color: #A29A82;
}
</style>