#AAAE4C

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

Shades of Olive Green #AAAE4C

Tints of Olive Green #AAAE4C

Color information

#AAAE4C (or 0xAAAE4C) is unknown color: approx Olive Green. HEX triplet: AA, AE and 4C. RGB value is (170,174,76). Sum of RGB (Red+Green+Blue) = 170+174+76=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE4C is #5551B3. Grayscale: #A2A2A2. Windows color (decimal): -5591476 or 5025450. OLE color: 5025450.

HSL color Cylindrical-coordinate representation of color #AAAE4C: hue angle of 62.45º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAAE4C is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB17017476-
CMYK0.0200.560.32
HSL62.45º39.2%49.02%-
HSV(B)62.45º56.32%68.24%-
XYZ33.0239.3412.69-
YUV161.6379.67133.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 174 (68.36% from 255) = 41.43%
BLUE value IS 76 (30.08% from 255) = 18.10%
R=40.48%
G=41.43%
B=18.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170174760.0200.560.3262.4539.249.02
HexAAAE4C2038203e2731
Octal252256114207040764761
Binary10101010101011101001100100111000100000111110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE4C; }

 p { color: rgb(170,174,76); }

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

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

 a { background-color: rgb(170,174,76); }

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

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

 span { border-color: rgb(170,174,76); }

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