#AE8365

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

Shades of Medium Wood #AE8365

Tints of Medium Wood #AE8365

Color information

#AE8365 (or 0xAE8365) is unknown color: approx Medium Wood. HEX triplet: AE, 83 and 65. RGB value is (174,131,101). Sum of RGB (Red+Green+Blue) = 174+131+101=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8365 is #517C9A. Grayscale: #8C8C8C. Windows color (decimal): -5340315 or 6652846. OLE color: 6652846.

HSL color Cylindrical-coordinate representation of color #AE8365: hue angle of 24.66º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE8365 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB174131101-
CMYK00.250.420.32
HSL24.66º31.06%53.92%-
HSV(B)24.66º41.95%68.24%-
XYZ27.9226.1715.89-
YUV140.44105.75151.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=42.86%
G=32.27%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413110100.250.420.3224.6631.0653.92
HexAE83650192A20191f36
Octal2562031450315240313766
Binary101011101000001111001010110011010101000001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8365; }

 p { color: rgb(174,131,101); }

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

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

 a { background-color: rgb(174,131,101); }

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

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

 span { border-color: rgb(174,131,101); }

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