#AE8164

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

Shades of Medium Wood #AE8164

Tints of Medium Wood #AE8164

Color information

#AE8164 (or 0xAE8164) is unknown color: approx Medium Wood. HEX triplet: AE, 81 and 64. RGB value is (174,129,100). Sum of RGB (Red+Green+Blue) = 174+129+100=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8164 is #517E9B. Grayscale: #8B8B8B. Windows color (decimal): -5340828 or 6586798. OLE color: 6586798.

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

Color convert

RGB174129100-
CMYK00.260.430.32
HSL23.51º31.36%53.73%-
HSV(B)23.51º42.53%68.24%-
XYZ27.6125.6215.55-
YUV139.15105.91152.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=43.18%
G=32.01%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412910000.260.430.3223.5131.3653.73
HexAE816401A2B20181f36
Octal2562011440325340303766
Binary101011101000000111001000110101010111000001100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8164; }

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

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

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

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

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

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

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

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