#AE7E59

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

Shades of Medium Wood #AE7E59

Tints of Medium Wood #AE7E59

Color information

#AE7E59 (or 0xAE7E59) is unknown color: approx Medium Wood. HEX triplet: AE, 7E and 59. RGB value is (174,126,89). Sum of RGB (Red+Green+Blue) = 174+126+89=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E59 is #5181A6. Grayscale: #888888. Windows color (decimal): -5341607 or 5865134. OLE color: 5865134.

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

Color convert

RGB17412689-
CMYK00.280.490.32
HSL26.12º34.41%51.57%-
HSV(B)26.12º48.85%68.24%-
XYZ26.7224.6412.8-
YUV136.13101.4155.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 126 (49.61% from 255) = 32.39%
BLUE value IS 89 (35.16% from 255) = 22.88%
R=44.73%
G=32.39%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741268900.280.490.3226.1234.4151.57
HexAE7E5901C31201a2234
Octal2561761310346140324264
Binary101011101111110101100101110011000110000011010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E59; }

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

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

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

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

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

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

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

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