#A8AC5E

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

Shades of Olive Green #A8AC5E

Tints of Olive Green #A8AC5E

Color information

#A8AC5E (or 0xA8AC5E) is unknown color: approx Olive Green. HEX triplet: A8, AC and 5E. RGB value is (168,172,94). Sum of RGB (Red+Green+Blue) = 168+172+94=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC5E is #5753A1. Grayscale: #A2A2A2. Windows color (decimal): -5723042 or 6204584. OLE color: 6204584.

HSL color Cylindrical-coordinate representation of color #A8AC5E: hue angle of 63.08º 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 #A8AC5E is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB16817294-
CMYK0.0200.450.33
HSL63.08º31.97%52.16%-
HSV(B)63.08º45.35%67.45%-
XYZ32.9238.6416.31-
YUV161.9189.67132.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.71%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=38.71%
G=39.63%
B=21.66%

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
Decimal168172940.0200.450.3363.0831.9752.16
HexA8AC5E202D213f2034
Octal250254136205541774064
Binary10101000101011001011110100101101100001111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC5E; }

 p { color: rgb(168,172,94); }

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

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

 a { background-color: rgb(168,172,94); }

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

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

 span { border-color: rgb(168,172,94); }

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