Shades of Olive Green #A8AE5E
Tints of Olive Green #A8AE5E
RGB
CMYK
RGB Variations
Color information
#A8AE5E (or 0xA8AE5E) is known color: Olive Green. HEX triplet: A8, AE and 5E. RGB value is (168,174,94). Sum of RGB (Red+Green+Blue) = 168+174+94=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE5E is #5751A1. Grayscale: #A3A3A3. Windows color (decimal): -5722530 or 6205096. OLE color: 6205096.
HSL color Cylindrical-coordinate representation of color #A8AE5E: hue angle of 64.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8AE5E is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 94 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.32 |
| HSL | 64.5º | 0.33% | 0.53% | - |
| HSV(B) | 64.5º | 0.46% | 0.68% | - |
| XYZ | 33.3 | 39.41 | 16.44 | - |
| YUV | 163.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 94 | 0.03 | 0 | 0.46 | 0.32 | 64.5 | 0.33 | 0.53 |
| Hex | A8 | AE | 5E | 3 | 0 | 2E | 20 | 40 | 21 | 35 |
| Octal | 250 | 256 | 136 | 3 | 0 | 56 | 40 | 100 | 41 | 65 |
| Binary | 10101000 | 10101110 | 1011110 | 11 | 0 | 101110 | 100000 | 1000000 | 100001 | 110101 |
Color Harmonies of #A8AE5E
Complementary color
Monochromatic Colors of #A8AE5E
Black with #A8AE5E
Text Example
Text Example
White with #A8AE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE5E; }
p { color: rgb(168,174,94); }
H1.HeaderClassName
{
color: #A8AE5E;
}
.AnyTagClassName
{
color: #A8AE5E;
}
</style>
background-color css
<style>
a { background-color: #A8AE5E; }
a { background-color: rgb(168,174,94); }
div.DivClassName
{
background-color: #A8AE5E;
}
.BgClassName
{
background-color: #A8AE5E;
}
</style>
border-color css
<style>
span { border-color: #A8AE5E; }
span { border-color: rgb(168,174,94); }
td.TdClassName
{
border-color: #A8AE5E;
}
.TagClassName
{
border-color: #A8AE5E;
}
</style>