#AE785E

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

Shades of Medium Wood #AE785E

Tints of Medium Wood #AE785E

Color information

#AE785E (or 0xAE785E) is unknown color: approx Medium Wood. HEX triplet: AE, 78 and 5E. RGB value is (174,120,94). Sum of RGB (Red+Green+Blue) = 174+120+94=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE785E is #5187A1. Grayscale: #858585. Windows color (decimal): -5343138 or 6191278. OLE color: 6191278.

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

Color convert

RGB17412094-
CMYK00.310.460.32
HSL19.5º33.06%52.55%-
HSV(B)19.5º45.98%68.24%-
XYZ26.1923.2413.69-
YUV133.18105.89157.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 94 (37.11% from 255) = 24.23%
R=44.85%
G=30.93%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741209400.310.460.3219.533.0652.55
HexAE785E01F2E20142135
Octal2561701360375640244165
Binary101011101111000101111001111110111010000010100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE785E; }

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

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

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

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

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

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

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

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