#AE856E

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

Shades of Medium Wood #AE856E

Tints of Medium Wood #AE856E

Color information

#AE856E (or 0xAE856E) is unknown color: approx Medium Wood. HEX triplet: AE, 85 and 6E. RGB value is (174,133,110). Sum of RGB (Red+Green+Blue) = 174+133+110=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE856E is #517A91. Grayscale: #8E8E8E. Windows color (decimal): -5339794 or 7243182. OLE color: 7243182.

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

Color convert

RGB174133110-
CMYK00.240.370.32
HSL21.56º28.32%55.69%-
HSV(B)21.56º36.78%68.24%-
XYZ28.6626.918.43-
YUV142.64109.58150.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 110 (43.36% from 255) = 26.38%
R=41.73%
G=31.89%
B=26.38%

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
Decimal17413311000.240.370.3221.5628.3255.69
HexAE856E0182520161c38
Octal2562051560304540263470
Binary101011101000010111011100110001001011000001011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE856E; }

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

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

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

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

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

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

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

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