Shades of Olive Green #A8AC52
Tints of Olive Green #A8AC52
RGB
CMYK
RGB Variations
Color information
#A8AC52 (or 0xA8AC52) is known color: Olive Green. HEX triplet: A8, AC and 52. RGB value is (168,172,82). Sum of RGB (Red+Green+Blue) = 168+172+82=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC52 is #5753AD. Grayscale: #A0A0A0. Windows color (decimal): -5723054 or 5418152. OLE color: 5418152.
HSL color Cylindrical-coordinate representation of color #A8AC52: hue angle of 62.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8AC52 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 172 | 82 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.33 |
| HSL | 62.67º | 0.35% | 0.5% | - |
| HSV(B) | 62.67º | 0.52% | 0.67% | - |
| XYZ | 32.42 | 38.44 | 13.69 | - |
| YUV | 160.54 | 83.67 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 172 | 82 | 0.02 | 0 | 0.52 | 0.33 | 62.67 | 0.35 | 0.5 |
| Hex | A8 | AC | 52 | 2 | 0 | 34 | 21 | 3F | 23 | 32 |
| Octal | 250 | 254 | 122 | 2 | 0 | 64 | 41 | 77 | 43 | 62 |
| Binary | 10101000 | 10101100 | 1010010 | 10 | 0 | 110100 | 100001 | 111111 | 100011 | 110010 |
Color Harmonies of #A8AC52
Complementary color
Monochromatic Colors of #A8AC52
Black with #A8AC52
Text Example
Text Example
White with #A8AC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AC52; }
p { color: rgb(168,172,82); }
H1.HeaderClassName
{
color: #A8AC52;
}
.AnyTagClassName
{
color: #A8AC52;
}
</style>
background-color css
<style>
a { background-color: #A8AC52; }
a { background-color: rgb(168,172,82); }
div.DivClassName
{
background-color: #A8AC52;
}
.BgClassName
{
background-color: #A8AC52;
}
</style>
border-color css
<style>
span { border-color: #A8AC52; }
span { border-color: rgb(168,172,82); }
td.TdClassName
{
border-color: #A8AC52;
}
.TagClassName
{
border-color: #A8AC52;
}
</style>