#AEAC5F

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

Shades of Olive Green #AEAC5F

Tints of Olive Green #AEAC5F

Color information

#AEAC5F (or 0xAEAC5F) is unknown color: approx Olive Green. HEX triplet: AE, AC and 5F. RGB value is (174,172,95). Sum of RGB (Red+Green+Blue) = 174+172+95=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC5F is #5153A0. Grayscale: #A4A4A4. Windows color (decimal): -5329825 or 6270126. OLE color: 6270126.

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

Color convert

RGB17417295-
CMYK00.010.450.32
HSL58.48º32.78%52.75%-
HSV(B)58.48º45.4%68.24%-
XYZ34.2739.3316.61-
YUV163.8289.16135.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=39.46%
G=39.00%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741729500.010.450.3258.4832.7852.75
HexAEAC5F012D203a2135
Octal256254137015540724165
Binary1010111010101100101111101101101100000111010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC5F; }

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

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

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

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

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

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

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

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