Shades of Grey Olive #A69A7E
Tints of Grey Olive #A69A7E
RGB
CMYK
RGB Variations
Color information
#A69A7E (or 0xA69A7E) is known color: Grey Olive. HEX triplet: A6, 9A and 7E. RGB value is (166,154,126). Sum of RGB (Red+Green+Blue) = 166+154+126=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69A7E is #596581. Grayscale: #9A9A9A. Windows color (decimal): -5858690 or 8297126. OLE color: 8297126.
HSL color Cylindrical-coordinate representation of color #A69A7E: hue angle of 42º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A69A7E is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 154 | 126 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.35 |
| HSL | 42º | 0.18% | 0.57% | - |
| HSV(B) | 42º | 0.24% | 0.65% | - |
| XYZ | 31.05 | 32.72 | 24.42 | - |
| YUV | 154.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 154 | 126 | 0 | 0.07 | 0.24 | 0.35 | 42 | 0.18 | 0.57 |
| Hex | A6 | 9A | 7E | 0 | 7 | 18 | 23 | 2A | 12 | 39 |
| Octal | 246 | 232 | 176 | 0 | 7 | 30 | 43 | 52 | 22 | 71 |
| Binary | 10100110 | 10011010 | 1111110 | 0 | 111 | 11000 | 100011 | 101010 | 10010 | 111001 |
Color Harmonies of #A69A7E
Complementary color
Monochromatic Colors of #A69A7E
Black with #A69A7E
Text Example
Text Example
White with #A69A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A69A7E; }
p { color: rgb(166,154,126); }
H1.HeaderClassName
{
color: #A69A7E;
}
.AnyTagClassName
{
color: #A69A7E;
}
</style>
background-color css
<style>
a { background-color: #A69A7E; }
a { background-color: rgb(166,154,126); }
div.DivClassName
{
background-color: #A69A7E;
}
.BgClassName
{
background-color: #A69A7E;
}
</style>
border-color css
<style>
span { border-color: #A69A7E; }
span { border-color: rgb(166,154,126); }
td.TdClassName
{
border-color: #A69A7E;
}
.TagClassName
{
border-color: #A69A7E;
}
</style>