#AE865E

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

Shades of Medium Wood #AE865E

Tints of Medium Wood #AE865E

Color information

#AE865E (or 0xAE865E) is unknown color: approx Medium Wood. HEX triplet: AE, 86 and 5E. RGB value is (174,134,94). Sum of RGB (Red+Green+Blue) = 174+134+94=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE865E is #5179A1. Grayscale: #8D8D8D. Windows color (decimal): -5339554 or 6194862. OLE color: 6194862.

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

Color convert

RGB17413494-
CMYK00.230.460.32
HSL30º33.06%52.55%-
HSV(B)30º45.98%68.24%-
XYZ2826.8614.3-
YUV141.4101.25151.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 134 (52.73% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=43.28%
G=33.33%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741349400.230.460.323033.0652.55
HexAE865E0172E201e2135
Octal2562061360275640364165
Binary1010111010000110101111001011110111010000011110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE865E; }

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

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

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

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

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

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

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

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