#AE8671

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

Shades of Medium Wood #AE8671

Tints of Medium Wood #AE8671

Color information

#AE8671 (or 0xAE8671) is unknown color: approx Medium Wood. HEX triplet: AE, 86 and 71. RGB value is (174,134,113). Sum of RGB (Red+Green+Blue) = 174+134+113=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8671 is #51798E. Grayscale: #8F8F8F. Windows color (decimal): -5339535 or 7440046. OLE color: 7440046.

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

Color convert

RGB174134113-
CMYK00.230.350.32
HSL20.66º27.35%56.27%-
HSV(B)20.66º35.06%68.24%-
XYZ28.9627.2419.35-
YUV143.57110.75149.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=41.33%
G=31.83%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413411300.230.350.3220.6627.3556.27
HexAE86710172320151b38
Octal2562061610274340253370
Binary101011101000011011100010101111000111000001010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8671; }

 p { color: rgb(174,134,113); }

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

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

 a { background-color: rgb(174,134,113); }

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

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

 span { border-color: rgb(174,134,113); }

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