#AE805E

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

Shades of Medium Wood #AE805E

Tints of Medium Wood #AE805E

Color information

#AE805E (or 0xAE805E) is unknown color: approx Medium Wood. HEX triplet: AE, 80 and 5E. RGB value is (174,128,94). Sum of RGB (Red+Green+Blue) = 174+128+94=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE805E is #517FA1. Grayscale: #8A8A8A. Windows color (decimal): -5341090 or 6193326. OLE color: 6193326.

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

Color convert

RGB17412894-
CMYK00.260.460.32
HSL25.5º33.06%52.55%-
HSV(B)25.5º45.98%68.24%-
XYZ27.225.2514.03-
YUV137.88103.24153.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 128 (50.39% from 255) = 32.32%
BLUE value IS 94 (37.11% from 255) = 23.74%
R=43.94%
G=32.32%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741289400.260.460.3225.533.0652.55
HexAE805E01A2E201a2135
Octal2562001360325640324165
Binary1010111010000000101111001101010111010000011010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE805E; }

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

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

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

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

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

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

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

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