#A9AC5F

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

Shades of Olive Green #A9AC5F

Tints of Olive Green #A9AC5F

Color information

#A9AC5F (or 0xA9AC5F) is unknown color: approx Olive Green. HEX triplet: A9, AC and 5F. RGB value is (169,172,95). Sum of RGB (Red+Green+Blue) = 169+172+95=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AC5F is #5653A0. Grayscale: #A2A2A2. Windows color (decimal): -5657505 or 6270121. OLE color: 6270121.

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

Color convert

RGB16917295-
CMYK0.0200.450.33
HSL62.34º31.69%52.35%-
HSV(B)62.34º44.77%67.45%-
XYZ33.1838.7716.56-
YUV162.3390.01132.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 172 (67.58% from 255) = 39.45%
BLUE value IS 95 (37.5% from 255) = 21.79%
R=38.76%
G=39.45%
B=21.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169172950.0200.450.3362.3431.6952.35
HexA9AC5F202D213e2034
Octal251254137205541764064
Binary10101001101011001011111100101101100001111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AC5F; }

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

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

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

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

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

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

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

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