Shades of Olive Green #A8A952
Tints of Olive Green #A8A952
RGB
CMYK
RGB Variations
Color information
#A8A952 (or 0xA8A952) is known color: Olive Green. HEX triplet: A8, A9 and 52. RGB value is (168,169,82). Sum of RGB (Red+Green+Blue) = 168+169+82=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A952 is #5756AD. Grayscale: #9F9F9F. Windows color (decimal): -5723822 or 5417384. OLE color: 5417384.
HSL color Cylindrical-coordinate representation of color #A8A952: hue angle of 60.69º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8A952 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 82 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.34 |
| HSL | 60.69º | 0.35% | 0.49% | - |
| HSV(B) | 60.69º | 0.51% | 0.66% | - |
| XYZ | 31.86 | 37.31 | 13.51 | - |
| YUV | 158.78 | 84.67 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 82 | 0.01 | 0 | 0.51 | 0.34 | 60.69 | 0.35 | 0.49 |
| Hex | A8 | A9 | 52 | 1 | 0 | 33 | 22 | 3D | 23 | 31 |
| Octal | 250 | 251 | 122 | 1 | 0 | 63 | 42 | 75 | 43 | 61 |
| Binary | 10101000 | 10101001 | 1010010 | 1 | 0 | 110011 | 100010 | 111101 | 100011 | 110001 |
Color Harmonies of #A8A952
Complementary color
Monochromatic Colors of #A8A952
Black with #A8A952
Text Example
Text Example
White with #A8A952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A952; }
p { color: rgb(168,169,82); }
H1.HeaderClassName
{
color: #A8A952;
}
.AnyTagClassName
{
color: #A8A952;
}
</style>
background-color css
<style>
a { background-color: #A8A952; }
a { background-color: rgb(168,169,82); }
div.DivClassName
{
background-color: #A8A952;
}
.BgClassName
{
background-color: #A8A952;
}
</style>
border-color css
<style>
span { border-color: #A8A952; }
span { border-color: rgb(168,169,82); }
td.TdClassName
{
border-color: #A8A952;
}
.TagClassName
{
border-color: #A8A952;
}
</style>