#AEAC60

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

Shades of Olive Green #AEAC60

Tints of Olive Green #AEAC60

Color information

#AEAC60 (or 0xAEAC60) is unknown color: approx Olive Green. HEX triplet: AE, AC and 60. RGB value is (174,172,96). Sum of RGB (Red+Green+Blue) = 174+172+96=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC60 is #51539F. Grayscale: #A4A4A4. Windows color (decimal): -5329824 or 6335662. OLE color: 6335662.

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

Color convert

RGB17417296-
CMYK00.010.450.32
HSL58.46º32.5%52.94%-
HSV(B)58.46º44.83%68.24%-
XYZ34.3239.3516.85-
YUV163.9389.66135.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.37%
GREEN value IS 172 (67.58% from 255) = 38.91%
BLUE value IS 96 (37.89% from 255) = 21.72%
R=39.37%
G=38.91%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741729600.010.450.3258.4632.552.94
HexAEAC60012D203a2035
Octal256254140015540724065
Binary1010111010101100110000001101101100000111010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC60; }

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

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

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

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

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

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

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

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