#AE7E67

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

Shades of Medium Wood #AE7E67

Tints of Medium Wood #AE7E67

Color information

#AE7E67 (or 0xAE7E67) is unknown color: approx Medium Wood. HEX triplet: AE, 7E and 67. RGB value is (174,126,103). Sum of RGB (Red+Green+Blue) = 174+126+103=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 126 (49.61% from 255 or 31.27% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7E67 is #518198. Grayscale: #898989. Windows color (decimal): -5341593 or 6782638. OLE color: 6782638.

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

Color convert

RGB174126103-
CMYK00.280.410.32
HSL19.44º30.47%54.31%-
HSV(B)19.44º40.8%68.24%-
XYZ27.3624.916.2-
YUV137.73108.4153.87-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 126 (49.61% from 255) = 31.27%
BLUE value IS 103 (40.62% from 255) = 25.56%
R=43.18%
G=31.27%
B=25.56%

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
Decimal17412610300.280.410.3219.4430.4754.31
HexAE7E6701C2920131e36
Octal2561761470345140233666
Binary10101110111111011001110111001010011000001001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7E67; }

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

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

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

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

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

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

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

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