#AE8159

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

Shades of Medium Wood #AE8159

Tints of Medium Wood #AE8159

Color information

#AE8159 (or 0xAE8159) is unknown color: approx Medium Wood. HEX triplet: AE, 81 and 59. RGB value is (174,129,89). Sum of RGB (Red+Green+Blue) = 174+129+89=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8159 is #517EA6. Grayscale: #8A8A8A. Windows color (decimal): -5340839 or 5865902. OLE color: 5865902.

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

Color convert

RGB17412989-
CMYK00.260.490.32
HSL28.24º34.41%51.57%-
HSV(B)28.24º48.85%68.24%-
XYZ27.1125.4212.93-
YUV137.89100.41153.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 89 (35.16% from 255) = 22.70%
R=44.39%
G=32.91%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741298900.260.490.3228.2434.4151.57
HexAE815901A31201c2234
Octal2562011310326140344264
Binary1010111010000001101100101101011000110000011100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8159; }

 p { color: rgb(174,129,89); }

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

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

 a { background-color: rgb(174,129,89); }

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

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

 span { border-color: rgb(174,129,89); }

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