#AE805D

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

Shades of Medium Wood #AE805D

Tints of Medium Wood #AE805D

Color information

#AE805D (or 0xAE805D) is unknown color: approx Medium Wood. HEX triplet: AE, 80 and 5D. RGB value is (174,128,93). Sum of RGB (Red+Green+Blue) = 174+128+93=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE805D is #517FA2. Grayscale: #898989. Windows color (decimal): -5341091 or 6127790. OLE color: 6127790.

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

Color convert

RGB17412893-
CMYK00.260.470.32
HSL25.93º33.33%52.35%-
HSV(B)25.93º46.55%68.24%-
XYZ27.1525.2313.79-
YUV137.76102.74153.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.05%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=44.05%
G=32.41%
B=23.54%

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
Decimal1741289300.260.470.3225.9333.3352.35
HexAE805D01A2F201a2134
Octal2562001350325740324164
Binary1010111010000000101110101101010111110000011010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE805D; }

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

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

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

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

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

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

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

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