#AE7D5E

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

Shades of Medium Wood #AE7D5E

Tints of Medium Wood #AE7D5E

Color information

#AE7D5E (or 0xAE7D5E) is unknown color: approx Medium Wood. HEX triplet: AE, 7D and 5E. RGB value is (174,125,94). Sum of RGB (Red+Green+Blue) = 174+125+94=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7D5E is #5182A1. Grayscale: #888888. Windows color (decimal): -5341858 or 6192558. OLE color: 6192558.

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

Color convert

RGB17412594-
CMYK00.280.460.32
HSL23.25º33.06%52.55%-
HSV(B)23.25º45.98%68.24%-
XYZ26.8124.4713.9-
YUV136.12104.23155.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 125 (49.22% from 255) = 31.81%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=44.27%
G=31.81%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741259400.280.460.3223.2533.0652.55
HexAE7D5E01C2E20172135
Octal2561751360345640274165
Binary101011101111101101111001110010111010000010111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7D5E; }

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

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

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

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

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

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

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

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