Shades of Olive Green #A8AC5A
Tints of Olive Green #A8AC5A
RGB
CMYK
RGB Variations
Color information
#A8AC5A (or 0xA8AC5A) is known color: Olive Green. HEX triplet: A8, AC and 5A. RGB value is (168,172,90). Sum of RGB (Red+Green+Blue) = 168+172+90=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC5A is #5753A5. Grayscale: #A1A1A1. Windows color (decimal): -5723046 or 5942440. OLE color: 5942440.
HSL color Cylindrical-coordinate representation of color #A8AC5A: hue angle of 62.93º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8AC5A is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 90 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.33 |
| HSL | 62.93º | 0.33% | 0.51% | - |
| HSV(B) | 62.93º | 0.48% | 0.67% | - |
| XYZ | 32.75 | 38.57 | 15.39 | - |
| YUV | 161.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 90 | 0.02 | 0 | 0.48 | 0.33 | 62.93 | 0.33 | 0.51 |
| Hex | A8 | AC | 5A | 2 | 0 | 30 | 21 | 3F | 21 | 33 |
| Octal | 250 | 254 | 132 | 2 | 0 | 60 | 41 | 77 | 41 | 63 |
| Binary | 10101000 | 10101100 | 1011010 | 10 | 0 | 110000 | 100001 | 111111 | 100001 | 110011 |
Color Harmonies of #A8AC5A
Complementary color
Monochromatic Colors of #A8AC5A
Black with #A8AC5A
Text Example
Text Example
White with #A8AC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC5A; }
p { color: rgb(168,172,90); }
H1.HeaderClassName
{
color: #A8AC5A;
}
.AnyTagClassName
{
color: #A8AC5A;
}
</style>
background-color css
<style>
a { background-color: #A8AC5A; }
a { background-color: rgb(168,172,90); }
div.DivClassName
{
background-color: #A8AC5A;
}
.BgClassName
{
background-color: #A8AC5A;
}
</style>
border-color css
<style>
span { border-color: #A8AC5A; }
span { border-color: rgb(168,172,90); }
td.TdClassName
{
border-color: #A8AC5A;
}
.TagClassName
{
border-color: #A8AC5A;
}
</style>