#AE856D

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

Shades of Medium Wood #AE856D

Tints of Medium Wood #AE856D

Color information

#AE856D (or 0xAE856D) is unknown color: approx Medium Wood. HEX triplet: AE, 85 and 6D. RGB value is (174,133,109). Sum of RGB (Red+Green+Blue) = 174+133+109=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE856D is #517A92. Grayscale: #8E8E8E. Windows color (decimal): -5339795 or 7177646. OLE color: 7177646.

HSL color Cylindrical-coordinate representation of color #AE856D: hue angle of 22.15º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE856D is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB174133109-
CMYK00.240.370.32
HSL22.15º28.63%55.49%-
HSV(B)22.15º37.36%68.24%-
XYZ28.626.8818.15-
YUV142.52109.08150.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=41.83%
G=31.97%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413310900.240.370.3222.1528.6355.49
HexAE856D0182520161d37
Octal2562051550304540263567
Binary101011101000010111011010110001001011000001011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE856D; }

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

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

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

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

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

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

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

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