#AEAC65

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

Shades of Olive Green #AEAC65

Tints of Olive Green #AEAC65

Color information

#AEAC65 (or 0xAEAC65) is unknown color: approx Olive Green. HEX triplet: AE, AC and 65. RGB value is (174,172,101). Sum of RGB (Red+Green+Blue) = 174+172+101=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 101 (39.84% from 255 or 22.60% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC65 is #51539A. Grayscale: #A4A4A4. Windows color (decimal): -5329819 or 6663342. OLE color: 6663342.

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

Color convert

RGB174172101-
CMYK00.010.420.32
HSL58.36º31.06%53.92%-
HSV(B)58.36º41.95%68.24%-
XYZ34.5639.4418.1-
YUV164.592.16134.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 172 (67.58% from 255) = 38.48%
BLUE value IS 101 (39.84% from 255) = 22.60%
R=38.93%
G=38.48%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417210100.010.420.3258.3631.0653.92
HexAEAC65012A203a1f36
Octal256254145015240723766
Binary101011101010110011001010110101010000011101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAC65; }

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

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

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

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

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

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

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

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