Shades of Grey Olive #A49B80
Tints of Grey Olive #A49B80
RGB
CMYK
RGB Variations
Color information
#A49B80 (or 0xA49B80) is known color: Grey Olive. HEX triplet: A4, 9B and 80. RGB value is (164,155,128). Sum of RGB (Red+Green+Blue) = 164+155+128=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B80 is #5B647F. Grayscale: #9A9A9A. Windows color (decimal): -5989504 or 8428452. OLE color: 8428452.
HSL color Cylindrical-coordinate representation of color #A49B80: hue angle of 45º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A49B80 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 155 | 128 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.36 |
| HSL | 45º | 0.17% | 0.57% | - |
| HSV(B) | 45º | 0.22% | 0.64% | - |
| XYZ | 30.93 | 32.89 | 25.14 | - |
| YUV | 154.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 155 | 128 | 0 | 0.05 | 0.22 | 0.36 | 45 | 0.17 | 0.57 |
| Hex | A4 | 9B | 80 | 0 | 5 | 16 | 24 | 2D | 11 | 39 |
| Octal | 244 | 233 | 200 | 0 | 5 | 26 | 44 | 55 | 21 | 71 |
| Binary | 10100100 | 10011011 | 10000000 | 0 | 101 | 10110 | 100100 | 101101 | 10001 | 111001 |
Color Harmonies of #A49B80
Complementary color
Monochromatic Colors of #A49B80
Black with #A49B80
Text Example
Text Example
White with #A49B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49B80; }
p { color: rgb(164,155,128); }
H1.HeaderClassName
{
color: #A49B80;
}
.AnyTagClassName
{
color: #A49B80;
}
</style>
background-color css
<style>
a { background-color: #A49B80; }
a { background-color: rgb(164,155,128); }
div.DivClassName
{
background-color: #A49B80;
}
.BgClassName
{
background-color: #A49B80;
}
</style>
border-color css
<style>
span { border-color: #A49B80; }
span { border-color: rgb(164,155,128); }
td.TdClassName
{
border-color: #A49B80;
}
.TagClassName
{
border-color: #A49B80;
}
</style>