#AEAE6C

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

Shades of Olive Green #AEAE6C

Tints of Olive Green #AEAE6C

Color information

#AEAE6C (or 0xAEAE6C) is unknown color: approx Olive Green. HEX triplet: AE, AE and 6C. RGB value is (174,174,108). Sum of RGB (Red+Green+Blue) = 174+174+108=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE6C is #515193. Grayscale: #A6A6A6. Windows color (decimal): -5329300 or 7122606. OLE color: 7122606.

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

Color convert

RGB174174108-
CMYK000.380.32
HSL60º28.95%55.29%-
HSV(B)60º37.93%68.24%-
XYZ35.340.3520.12-
YUV166.4895133.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 108 (42.58% from 255) = 23.68%
R=38.16%
G=38.16%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174174108000.380.326028.9555.29
HexAEAE6C0026203c1d37
Octal256256154004640743567
Binary101011101010111011011000010011010000011110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAE6C; }

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

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

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

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

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

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

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

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