#AE8066

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

Shades of Medium Wood #AE8066

Tints of Medium Wood #AE8066

Color information

#AE8066 (or 0xAE8066) is unknown color: approx Medium Wood. HEX triplet: AE, 80 and 66. RGB value is (174,128,102). Sum of RGB (Red+Green+Blue) = 174+128+102=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8066 is #517F99. Grayscale: #8A8A8A. Windows color (decimal): -5341082 or 6717614. OLE color: 6717614.

HSL color Cylindrical-coordinate representation of color #AE8066: hue angle of 21.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE8066 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB174128102-
CMYK00.260.410.32
HSL21.67º30.77%54.12%-
HSV(B)21.67º41.38%68.24%-
XYZ27.5725.416.02-
YUV138.79107.24153.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=43.07%
G=31.68%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412810200.260.410.3221.6730.7754.12
HexAE806601A2920161f36
Octal2562001460325140263766
Binary101011101000000011001100110101010011000001011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8066; }

 p { color: rgb(174,128,102); }

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

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

 a { background-color: rgb(174,128,102); }

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

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

 span { border-color: rgb(174,128,102); }

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