#AE7D5D

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

Shades of Medium Wood #AE7D5D

Tints of Medium Wood #AE7D5D

Color information

#AE7D5D (or 0xAE7D5D) is unknown color: approx Medium Wood. HEX triplet: AE, 7D and 5D. RGB value is (174,125,93). Sum of RGB (Red+Green+Blue) = 174+125+93=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D5D is #5182A2. Grayscale: #888888. Windows color (decimal): -5341859 or 6127022. OLE color: 6127022.

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

Color convert

RGB17412593-
CMYK00.280.470.32
HSL23.7º33.33%52.35%-
HSV(B)23.7º46.55%68.24%-
XYZ26.7624.4613.67-
YUV136103.73155.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 125 (49.22% from 255) = 31.89%
BLUE value IS 93 (36.72% from 255) = 23.72%
R=44.39%
G=31.89%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741259300.280.470.3223.733.3352.35
HexAE7D5D01C2F20182134
Octal2561751350345740304164
Binary101011101111101101110101110010111110000011000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D5D; }

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

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

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

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

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

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

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

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