#AE856C

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

Shades of Medium Wood #AE856C

Tints of Medium Wood #AE856C

Color information

#AE856C (or 0xAE856C) is unknown color: approx Medium Wood. HEX triplet: AE, 85 and 6C. RGB value is (174,133,108). Sum of RGB (Red+Green+Blue) = 174+133+108=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE856C is #517A93. Grayscale: #8E8E8E. Windows color (decimal): -5339796 or 7112110. OLE color: 7112110.

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

Color convert

RGB174133108-
CMYK00.240.380.32
HSL22.73º28.95%55.29%-
HSV(B)22.73º37.93%68.24%-
XYZ28.5526.8617.87-
YUV142.41108.58150.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=41.93%
G=32.05%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413310800.240.380.3222.7328.9555.29
HexAE856C0182620171d37
Octal2562051540304640273567
Binary101011101000010111011000110001001101000001011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE856C; }

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

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

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

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

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

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

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

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