#AE845D

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

Shades of Medium Wood #AE845D

Tints of Medium Wood #AE845D

Color information

#AE845D (or 0xAE845D) is unknown color: approx Medium Wood. HEX triplet: AE, 84 and 5D. RGB value is (174,132,93). Sum of RGB (Red+Green+Blue) = 174+132+93=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE845D is #517BA2. Grayscale: #8C8C8C. Windows color (decimal): -5340067 or 6128814. OLE color: 6128814.

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

Color convert

RGB17413293-
CMYK00.240.470.32
HSL28.89º33.33%52.35%-
HSV(B)28.89º46.55%68.24%-
XYZ27.6826.2913.97-
YUV140.11101.41152.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=43.61%
G=33.08%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741329300.240.470.3228.8933.3352.35
HexAE845D0182F201d2134
Octal2562041350305740354164
Binary1010111010000100101110101100010111110000011101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE845D; }

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

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

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

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

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

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

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

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