#AE815D

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

Shades of Medium Wood #AE815D

Tints of Medium Wood #AE815D

Color information

#AE815D (or 0xAE815D) is unknown color: approx Medium Wood. HEX triplet: AE, 81 and 5D. RGB value is (174,129,93). Sum of RGB (Red+Green+Blue) = 174+129+93=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE815D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE815D is #517EA2. Grayscale: #8A8A8A. Windows color (decimal): -5340835 or 6128046. OLE color: 6128046.

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

Color convert

RGB17412993-
CMYK00.260.470.32
HSL26.67º33.33%52.35%-
HSV(B)26.67º46.55%68.24%-
XYZ27.2825.4913.84-
YUV138.35102.41153.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 129 (50.78% from 255) = 32.58%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=43.94%
G=32.58%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741299300.260.470.3226.6733.3352.35
HexAE815D01A2F201b2134
Octal2562011350325740334164
Binary1010111010000001101110101101010111110000011011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE815D; }

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

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

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

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

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

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

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

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