#AE8265

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

Shades of Medium Wood #AE8265

Tints of Medium Wood #AE8265

Color information

#AE8265 (or 0xAE8265) is unknown color: approx Medium Wood. HEX triplet: AE, 82 and 65. RGB value is (174,130,101). Sum of RGB (Red+Green+Blue) = 174+130+101=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8265 is #517D9A. Grayscale: #8C8C8C. Windows color (decimal): -5340571 or 6652590. OLE color: 6652590.

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

Color convert

RGB174130101-
CMYK00.250.420.32
HSL23.84º31.06%53.92%-
HSV(B)23.84º41.95%68.24%-
XYZ27.7925.915.85-
YUV139.85106.08152.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 101 (39.84% from 255) = 24.94%
R=42.96%
G=32.10%
B=24.94%

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
Decimal17413010100.250.420.3223.8431.0653.92
HexAE82650192A20181f36
Octal2562021450315240303766
Binary101011101000001011001010110011010101000001100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8265; }

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

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

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

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

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

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

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

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