#A9A860

Color #A9A860 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #A9A860

Tints of Olive Green #A9A860

Color information

#A9A860 (or 0xA9A860) is unknown color: approx Olive Green. HEX triplet: A9, A8 and 60. RGB value is (169,168,96). Sum of RGB (Red+Green+Blue) = 169+168+96=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A860 is #56579F. Grayscale: #A0A0A0. Windows color (decimal): -5658528 or 6334633. OLE color: 6334633.

HSL color Cylindrical-coordinate representation of color #A9A860: hue angle of 59.18º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9A860 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB16916896-
CMYK00.010.430.34
HSL59.18º29.8%51.96%-
HSV(B)59.18º43.2%66.27%-
XYZ32.4837.2816.55-
YUV160.0991.83134.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 168 (66.02% from 255) = 38.80%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=39.03%
G=38.80%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691689600.010.430.3459.1829.851.96
HexA9A860012B223b1e34
Octal251250140015342733664
Binary101010011010100011000000110101110001011101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A860; }

 p { color: rgb(169,168,96); }

 H1.HeaderClassName
 {
   color: #A9A860;
 }
 .AnyTagClassName
 {
   color: #A9A860;
 }
</style>
background-color css

<style>
 a { background-color: #A9A860; }

 a { background-color: rgb(169,168,96); }

 div.DivClassName
 {
   background-color: #A9A860;
 }
 .BgClassName
 {
   background-color: #A9A860;
 }
</style>
border-color css

<style>
 span { border-color: #A9A860; }

 span { border-color: rgb(169,168,96); }

 td.TdClassName
 {
   border-color: #A9A860;
 }
 .TagClassName
 {
   border-color: #A9A860;
 }
</style>