#AE8364

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

Shades of Medium Wood #AE8364

Tints of Medium Wood #AE8364

Color information

#AE8364 (or 0xAE8364) is unknown color: approx Medium Wood. HEX triplet: AE, 83 and 64. RGB value is (174,131,100). Sum of RGB (Red+Green+Blue) = 174+131+100=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8364 is #517C9B. Grayscale: #8C8C8C. Windows color (decimal): -5340316 or 6587310. OLE color: 6587310.

HSL color Cylindrical-coordinate representation of color #AE8364: hue angle of 25.14º 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 #AE8364 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB174131100-
CMYK00.250.430.32
HSL25.14º31.36%53.73%-
HSV(B)25.14º42.53%68.24%-
XYZ27.8726.1515.64-
YUV140.32105.25152.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 100 (39.45% from 255) = 24.69%
R=42.96%
G=32.35%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413110000.250.430.3225.1431.3653.73
HexAE83640192B20191f36
Octal2562031440315340313766
Binary101011101000001111001000110011010111000001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8364; }

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

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

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

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

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

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

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

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