#A9AC63

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

Shades of Olive Green #A9AC63

Tints of Olive Green #A9AC63

Color information

#A9AC63 (or 0xA9AC63) is unknown color: approx Olive Green. HEX triplet: A9, AC and 63. RGB value is (169,172,99). Sum of RGB (Red+Green+Blue) = 169+172+99=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AC63 is #56539C. Grayscale: #A3A3A3. Windows color (decimal): -5657501 or 6532265. OLE color: 6532265.

HSL color Cylindrical-coordinate representation of color #A9AC63: hue angle of 62.47º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9AC63 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB16917299-
CMYK0.0200.420.33
HSL62.47º30.54%53.14%-
HSV(B)62.47º42.44%67.45%-
XYZ33.3738.8417.54-
YUV162.7892.01132.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 99 (39.06% from 255) = 22.5%
R=38.41%
G=39.09%
B=22.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169172990.0200.420.3362.4730.5453.14
HexA9AC63202A213e1f35
Octal251254143205241763765
Binary1010100110101100110001110010101010000111111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AC63; }

 p { color: rgb(169,172,99); }

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

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

 a { background-color: rgb(169,172,99); }

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

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

 span { border-color: rgb(169,172,99); }

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