Shades of Grey Olive #A69C80
Tints of Grey Olive #A69C80
RGB
CMYK
RGB Variations
Color information
#A69C80 (or 0xA69C80) is known color: Grey Olive. HEX triplet: A6, 9C and 80. RGB value is (166,156,128). Sum of RGB (Red+Green+Blue) = 166+156+128=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69C80 is #59637F. Grayscale: #9B9B9B. Windows color (decimal): -5858176 or 8428710. OLE color: 8428710.
HSL color Cylindrical-coordinate representation of color #A69C80: hue angle of 44.21º 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 #A69C80 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 156 | 128 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.35 |
| HSL | 44.21º | 0.18% | 0.58% | - |
| HSV(B) | 44.21º | 0.23% | 0.65% | - |
| XYZ | 31.51 | 33.44 | 25.22 | - |
| YUV | 155.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 156 | 128 | 0 | 0.06 | 0.23 | 0.35 | 44.21 | 0.18 | 0.58 |
| Hex | A6 | 9C | 80 | 0 | 6 | 17 | 23 | 2C | 12 | 3A |
| Octal | 246 | 234 | 200 | 0 | 6 | 27 | 43 | 54 | 22 | 72 |
| Binary | 10100110 | 10011100 | 10000000 | 0 | 110 | 10111 | 100011 | 101100 | 10010 | 111010 |
Color Harmonies of #A69C80
Complementary color
Monochromatic Colors of #A69C80
Black with #A69C80
Text Example
Text Example
White with #A69C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69C80; }
p { color: rgb(166,156,128); }
H1.HeaderClassName
{
color: #A69C80;
}
.AnyTagClassName
{
color: #A69C80;
}
</style>
background-color css
<style>
a { background-color: #A69C80; }
a { background-color: rgb(166,156,128); }
div.DivClassName
{
background-color: #A69C80;
}
.BgClassName
{
background-color: #A69C80;
}
</style>
border-color css
<style>
span { border-color: #A69C80; }
span { border-color: rgb(166,156,128); }
td.TdClassName
{
border-color: #A69C80;
}
.TagClassName
{
border-color: #A69C80;
}
</style>