#AEAC61

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

Shades of Olive Green #AEAC61

Tints of Olive Green #AEAC61

Color information

#AEAC61 (or 0xAEAC61) is unknown color: approx Olive Green. HEX triplet: AE, AC and 61. RGB value is (174,172,97). Sum of RGB (Red+Green+Blue) = 174+172+97=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 97 (38.28% from 255 or 21.90% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC61 is #51539E. Grayscale: #A4A4A4. Windows color (decimal): -5329823 or 6401198. OLE color: 6401198.

HSL color Cylindrical-coordinate representation of color #AEAC61: hue angle of 58.44º 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 #AEAC61 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB17417297-
CMYK00.010.440.32
HSL58.44º32.22%53.14%-
HSV(B)58.44º44.25%68.24%-
XYZ34.3739.3717.1-
YUV164.0590.16135.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 172 (67.58% from 255) = 38.83%
BLUE value IS 97 (38.28% from 255) = 21.90%
R=39.28%
G=38.83%
B=21.90%

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
Decimal1741729700.010.440.3258.4432.2253.14
HexAEAC61012C203a2035
Octal256254141015440724065
Binary1010111010101100110000101101100100000111010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC61; }

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

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

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

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

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

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

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

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