#AE785D

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

Shades of Medium Wood #AE785D

Tints of Medium Wood #AE785D

Color information

#AE785D (or 0xAE785D) is unknown color: approx Medium Wood. HEX triplet: AE, 78 and 5D. RGB value is (174,120,93). Sum of RGB (Red+Green+Blue) = 174+120+93=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE785D is #5187A2. Grayscale: #858585. Windows color (decimal): -5343139 or 6125742. OLE color: 6125742.

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

Color convert

RGB17412093-
CMYK00.310.470.32
HSL20º33.33%52.35%-
HSV(B)20º46.55%68.24%-
XYZ26.1523.2213.46-
YUV133.07105.39157.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 93 (36.72% from 255) = 24.03%
R=44.96%
G=31.01%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741209300.310.470.322033.3352.35
HexAE785D01F2F20142134
Octal2561701350375740244164
Binary101011101111000101110101111110111110000010100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE785D; }

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

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

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

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

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

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

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

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