#AEAC62

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

Shades of Olive Green #AEAC62

Tints of Olive Green #AEAC62

Color information

#AEAC62 (or 0xAEAC62) is unknown color: approx Olive Green. HEX triplet: AE, AC and 62. RGB value is (174,172,98). Sum of RGB (Red+Green+Blue) = 174+172+98=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 98 (38.67% from 255 or 22.07% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC62 is #51539D. Grayscale: #A4A4A4. Windows color (decimal): -5329822 or 6466734. OLE color: 6466734.

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

Color convert

RGB17417298-
CMYK00.010.440.32
HSL58.42º31.93%53.33%-
HSV(B)58.42º43.68%68.24%-
XYZ34.4139.3917.34-
YUV164.1690.66135.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.19%
GREEN value IS 172 (67.58% from 255) = 38.74%
BLUE value IS 98 (38.67% from 255) = 22.07%
R=39.19%
G=38.74%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741729800.010.440.3258.4231.9353.33
HexAEAC62012C203a2035
Octal256254142015440724065
Binary1010111010101100110001001101100100000111010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC62; }

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

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

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

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

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

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

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

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