#AEAE5F

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

Shades of Olive Green #AEAE5F

Tints of Olive Green #AEAE5F

Color information

#AEAE5F (or 0xAEAE5F) is unknown color: approx Olive Green. HEX triplet: AE, AE and 5F. RGB value is (174,174,95). Sum of RGB (Red+Green+Blue) = 174+174+95=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 174 (68.36% from 255 or 39.28% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE5F is #5151A0. Grayscale: #A5A5A5. Windows color (decimal): -5329313 or 6270638. OLE color: 6270638.

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

Color convert

RGB17417495-
CMYK000.450.32
HSL60º32.78%52.75%-
HSV(B)60º45.4%68.24%-
XYZ34.6640.116.74-
YUV164.9988.5134.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 174 (68.36% from 255) = 39.28%
BLUE value IS 95 (37.5% from 255) = 21.44%
R=39.28%
G=39.28%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417495000.450.326032.7852.75
HexAEAE5F002D203c2135
Octal256256137005540744165
Binary1010111010101110101111100101101100000111100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE5F; }

 p { color: rgb(174,174,95); }

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

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

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

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

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

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

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