#AE7C67

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

Shades of Medium Wood #AE7C67

Tints of Medium Wood #AE7C67

Color information

#AE7C67 (or 0xAE7C67) is unknown color: approx Medium Wood. HEX triplet: AE, 7C and 67. RGB value is (174,124,103). Sum of RGB (Red+Green+Blue) = 174+124+103=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7C67 is #518398. Grayscale: #888888. Windows color (decimal): -5342105 or 6782126. OLE color: 6782126.

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

Color convert

RGB174124103-
CMYK00.290.410.32
HSL17.75º30.47%54.31%-
HSV(B)17.75º40.8%68.24%-
XYZ27.1124.3916.11-
YUV136.56109.06154.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=43.39%
G=30.92%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412410300.290.410.3217.7530.4754.31
HexAE7C6701D2920121e36
Octal2561741470355140223666
Binary10101110111110011001110111011010011000001001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C67; }

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

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

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

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

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

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

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

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