#AEAD4E

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

Shades of Olive Green #AEAD4E

Tints of Olive Green #AEAD4E

Color information

#AEAD4E (or 0xAEAD4E) is unknown color: approx Olive Green. HEX triplet: AE, AD and 4E. RGB value is (174,173,78). Sum of RGB (Red+Green+Blue) = 174+173+78=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD4E is #5152B1. Grayscale: #A2A2A2. Windows color (decimal): -5329586 or 5156270. OLE color: 5156270.

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

Color convert

RGB17417378-
CMYK00.010.550.32
HSL59.38º38.1%49.41%-
HSV(B)59.38º55.17%68.24%-
XYZ33.7739.4413.04-
YUV162.4780.33136.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.94%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 78 (30.86% from 255) = 18.35%
R=40.94%
G=40.71%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741737800.010.550.3259.3838.149.41
HexAEAD4E0137203b2631
Octal256255116016740734661
Binary1010111010101101100111001110111100000111011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAD4E; }

 p { color: rgb(174,173,78); }

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

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

 a { background-color: rgb(174,173,78); }

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

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

 span { border-color: rgb(174,173,78); }

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