#AE7C59

Color #AE7C59 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #AE7C59

Tints of Medium Wood #AE7C59

Color information

#AE7C59 (or 0xAE7C59) is unknown color: approx Medium Wood. HEX triplet: AE, 7C and 59. RGB value is (174,124,89). Sum of RGB (Red+Green+Blue) = 174+124+89=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7C59 is #5183A6. Grayscale: #878787. Windows color (decimal): -5342119 or 5864622. OLE color: 5864622.

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

Color convert

RGB17412489-
CMYK00.290.490.32
HSL24.71º34.41%51.57%-
HSV(B)24.71º48.85%68.24%-
XYZ26.4724.1412.71-
YUV134.96102.06155.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 124 (48.83% from 255) = 32.04%
BLUE value IS 89 (35.16% from 255) = 23.00%
R=44.96%
G=32.04%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741248900.290.490.3224.7134.4151.57
HexAE7C5901D3120192234
Octal2561741310356140314264
Binary101011101111100101100101110111000110000011001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C59; }

 p { color: rgb(174,124,89); }

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

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

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

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

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

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

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