Shades of Grey Olive #A69D80
Tints of Grey Olive #A69D80
RGB
CMYK
RGB Variations
Color information
#A69D80 (or 0xA69D80) is known color: Grey Olive. HEX triplet: A6, 9D and 80. RGB value is (166,157,128). Sum of RGB (Red+Green+Blue) = 166+157+128=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 166 - color contains mainly: red. Hex color #A69D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69D80 is #59627F. Grayscale: #9C9C9C. Windows color (decimal): -5857920 or 8428966. OLE color: 8428966.
HSL color Cylindrical-coordinate representation of color #A69D80: hue angle of 45.79º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A69D80 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 157 | 128 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.35 |
| HSL | 45.79º | 0.18% | 0.58% | - |
| HSV(B) | 45.79º | 0.23% | 0.65% | - |
| XYZ | 31.68 | 33.78 | 25.27 | - |
| YUV | 156.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 157 | 128 | 0 | 0.05 | 0.23 | 0.35 | 45.79 | 0.18 | 0.58 |
| Hex | A6 | 9D | 80 | 0 | 5 | 17 | 23 | 2E | 12 | 3A |
| Octal | 246 | 235 | 200 | 0 | 5 | 27 | 43 | 56 | 22 | 72 |
| Binary | 10100110 | 10011101 | 10000000 | 0 | 101 | 10111 | 100011 | 101110 | 10010 | 111010 |
Color Harmonies of #A69D80
Complementary color
Monochromatic Colors of #A69D80
Black with #A69D80
Text Example
Text Example
White with #A69D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69D80; }
p { color: rgb(166,157,128); }
H1.HeaderClassName
{
color: #A69D80;
}
.AnyTagClassName
{
color: #A69D80;
}
</style>
background-color css
<style>
a { background-color: #A69D80; }
a { background-color: rgb(166,157,128); }
div.DivClassName
{
background-color: #A69D80;
}
.BgClassName
{
background-color: #A69D80;
}
</style>
border-color css
<style>
span { border-color: #A69D80; }
span { border-color: rgb(166,157,128); }
td.TdClassName
{
border-color: #A69D80;
}
.TagClassName
{
border-color: #A69D80;
}
</style>