#AEAC64

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

Shades of Olive Green #AEAC64

Tints of Olive Green #AEAC64

Color information

#AEAC64 (or 0xAEAC64) is unknown color: approx Olive Green. HEX triplet: AE, AC and 64. RGB value is (174,172,100). Sum of RGB (Red+Green+Blue) = 174+172+100=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC64 is #51539B. Grayscale: #A4A4A4. Windows color (decimal): -5329820 or 6597806. OLE color: 6597806.

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

Color convert

RGB174172100-
CMYK00.010.430.32
HSL58.38º31.36%53.73%-
HSV(B)58.38º42.53%68.24%-
XYZ34.5139.4217.85-
YUV164.3991.66134.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 172 (67.58% from 255) = 38.57%
BLUE value IS 100 (39.45% from 255) = 22.42%
R=39.01%
G=38.57%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417210000.010.430.3258.3831.3653.73
HexAEAC64012B203a1f36
Octal256254144015340723766
Binary101011101010110011001000110101110000011101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC64; }

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

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

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

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

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

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

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

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