Shades of Grey Olive #A29D83
Tints of Grey Olive #A29D83
RGB
CMYK
RGB Variations
Color information
#A29D83 (or 0xA29D83) is known color: Grey Olive. HEX triplet: A2, 9D and 83. RGB value is (162,157,131). Sum of RGB (Red+Green+Blue) = 162+157+131=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D83 is #5D627C. Grayscale: #9B9B9B. Windows color (decimal): -6120061 or 8625570. OLE color: 8625570.
HSL color Cylindrical-coordinate representation of color #A29D83: hue angle of 50.32º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A29D83 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 131 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.36 |
| HSL | 50.32º | 0.14% | 0.57% | - |
| HSV(B) | 50.32º | 0.19% | 0.64% | - |
| XYZ | 31.05 | 33.43 | 26.29 | - |
| YUV | 155.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 131 | 0 | 0.03 | 0.19 | 0.36 | 50.32 | 0.14 | 0.57 |
| Hex | A2 | 9D | 83 | 0 | 3 | 13 | 24 | 32 | E | 39 |
| Octal | 242 | 235 | 203 | 0 | 3 | 23 | 44 | 62 | 16 | 71 |
| Binary | 10100010 | 10011101 | 10000011 | 0 | 11 | 10011 | 100100 | 110010 | 1110 | 111001 |
Color Harmonies of #A29D83
Complementary color
Monochromatic Colors of #A29D83
Black with #A29D83
Text Example
Text Example
White with #A29D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D83; }
p { color: rgb(162,157,131); }
H1.HeaderClassName
{
color: #A29D83;
}
.AnyTagClassName
{
color: #A29D83;
}
</style>
background-color css
<style>
a { background-color: #A29D83; }
a { background-color: rgb(162,157,131); }
div.DivClassName
{
background-color: #A29D83;
}
.BgClassName
{
background-color: #A29D83;
}
</style>
border-color css
<style>
span { border-color: #A29D83; }
span { border-color: rgb(162,157,131); }
td.TdClassName
{
border-color: #A29D83;
}
.TagClassName
{
border-color: #A29D83;
}
</style>