#AEAC5E

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

Shades of Olive Green #AEAC5E

Tints of Olive Green #AEAC5E

Color information

#AEAC5E (or 0xAEAC5E) is unknown color: approx Olive Green. HEX triplet: AE, AC and 5E. RGB value is (174,172,94). Sum of RGB (Red+Green+Blue) = 174+172+94=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC5E is #5153A1. Grayscale: #A4A4A4. Windows color (decimal): -5329826 or 6204590. OLE color: 6204590.

HSL color Cylindrical-coordinate representation of color #AEAC5E: hue angle of 58.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEAC5E is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB17417294-
CMYK00.010.460.32
HSL58.5º33.06%52.55%-
HSV(B)58.5º45.98%68.24%-
XYZ34.2339.3116.37-
YUV163.7188.66135.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.55%
GREEN value IS 172 (67.58% from 255) = 39.09%
BLUE value IS 94 (37.11% from 255) = 21.36%
R=39.55%
G=39.09%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741729400.010.460.3258.533.0652.55
HexAEAC5E012E203a2135
Octal256254136015640724165
Binary1010111010101100101111001101110100000111010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC5E; }

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

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

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

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

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

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

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

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