#AE8762

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

Shades of Medium Wood #AE8762

Tints of Medium Wood #AE8762

Color information

#AE8762 (or 0xAE8762) is unknown color: approx Medium Wood. HEX triplet: AE, 87 and 62. RGB value is (174,135,98). Sum of RGB (Red+Green+Blue) = 174+135+98=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8762 is #51789D. Grayscale: #8E8E8E. Windows color (decimal): -5339294 or 6457262. OLE color: 6457262.

HSL color Cylindrical-coordinate representation of color #AE8762: hue angle of 29.21º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE8762 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB17413598-
CMYK00.220.440.32
HSL29.21º31.93%53.33%-
HSV(B)29.21º43.68%68.24%-
XYZ28.3227.2115.31-
YUV142.44102.92150.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 135 (53.12% from 255) = 33.17%
BLUE value IS 98 (38.67% from 255) = 24.08%
R=42.75%
G=33.17%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741359800.220.440.3229.2131.9353.33
HexAE87620162C201d2035
Octal2562071420265440354065
Binary1010111010000111110001001011010110010000011101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8762; }

 p { color: rgb(174,135,98); }

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

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

 a { background-color: rgb(174,135,98); }

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

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

 span { border-color: rgb(174,135,98); }

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