#AE7D66

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

Shades of Medium Wood #AE7D66

Tints of Medium Wood #AE7D66

Color information

#AE7D66 (or 0xAE7D66) is unknown color: approx Medium Wood. HEX triplet: AE, 7D and 66. RGB value is (174,125,102). Sum of RGB (Red+Green+Blue) = 174+125+102=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D66 is #518299. Grayscale: #898989. Windows color (decimal): -5341850 or 6716846. OLE color: 6716846.

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

Color convert

RGB174125102-
CMYK00.280.410.32
HSL19.17º30.77%54.12%-
HSV(B)19.17º41.38%68.24%-
XYZ27.1924.6315.89-
YUV137.03108.23154.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 102 (40.23% from 255) = 25.44%
R=43.39%
G=31.17%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412510200.280.410.3219.1730.7754.12
HexAE7D6601C2920131f36
Octal2561751460345140233766
Binary10101110111110111001100111001010011000001001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D66; }

 p { color: rgb(174,125,102); }

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

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

 a { background-color: rgb(174,125,102); }

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

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

 span { border-color: rgb(174,125,102); }

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