#AE855E

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

Shades of Medium Wood #AE855E

Tints of Medium Wood #AE855E

Color information

#AE855E (or 0xAE855E) is unknown color: approx Medium Wood. HEX triplet: AE, 85 and 5E. RGB value is (174,133,94). Sum of RGB (Red+Green+Blue) = 174+133+94=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE855E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE855E is #517AA1. Grayscale: #8D8D8D. Windows color (decimal): -5339810 or 6194606. OLE color: 6194606.

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

Color convert

RGB17413394-
CMYK00.240.460.32
HSL29.25º33.06%52.55%-
HSV(B)29.25º45.98%68.24%-
XYZ27.8626.5814.25-
YUV140.81101.58151.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=43.39%
G=33.17%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741339400.240.460.3229.2533.0652.55
HexAE855E0182E201d2135
Octal2562051360305640354165
Binary1010111010000101101111001100010111010000011101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE855E; }

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

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

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

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

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

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

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

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