#AEAC68

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

Shades of Olive Green #AEAC68

Tints of Olive Green #AEAC68

Color information

#AEAC68 (or 0xAEAC68) is unknown color: approx Olive Green. HEX triplet: AE, AC and 68. RGB value is (174,172,104). Sum of RGB (Red+Green+Blue) = 174+172+104=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC68 is #515397. Grayscale: #A5A5A5. Windows color (decimal): -5329816 or 6859950. OLE color: 6859950.

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

Color convert

RGB174172104-
CMYK00.010.400.32
HSL58.29º30.17%54.51%-
HSV(B)58.29º40.23%68.24%-
XYZ34.7139.518.89-
YUV164.8593.66134.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.67%
GREEN value IS 172 (67.58% from 255) = 38.22%
BLUE value IS 104 (41.02% from 255) = 23.11%
R=38.67%
G=38.22%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417210400.010.400.3258.2930.1754.51
HexAEAC680128203a1e37
Octal256254150015040723667
Binary101011101010110011010000110100010000011101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC68; }

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

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

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

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

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

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

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

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