#AE855D

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

Shades of Medium Wood #AE855D

Tints of Medium Wood #AE855D

Color information

#AE855D (or 0xAE855D) is unknown color: approx Medium Wood. HEX triplet: AE, 85 and 5D. RGB value is (174,133,93). Sum of RGB (Red+Green+Blue) = 174+133+93=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE855D is #517AA2. Grayscale: #8C8C8C. Windows color (decimal): -5339811 or 6129070. OLE color: 6129070.

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

Color convert

RGB17413393-
CMYK00.240.470.32
HSL29.63º33.33%52.35%-
HSV(B)29.63º46.55%68.24%-
XYZ27.8226.5614.02-
YUV140.7101.08151.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.5%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 93 (36.72% from 255) = 23.25%
R=43.5%
G=33.25%
B=23.25%

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
Decimal1741339300.240.470.3229.6333.3352.35
HexAE855D0182F201e2134
Octal2562051350305740364164
Binary1010111010000101101110101100010111110000011110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE855D; }

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

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

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

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

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

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

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

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