#AE8264

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

Shades of Medium Wood #AE8264

Tints of Medium Wood #AE8264

Color information

#AE8264 (or 0xAE8264) is unknown color: approx Medium Wood. HEX triplet: AE, 82 and 64. RGB value is (174,130,100). Sum of RGB (Red+Green+Blue) = 174+130+100=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8264 is #517D9B. Grayscale: #8B8B8B. Windows color (decimal): -5340572 or 6587054. OLE color: 6587054.

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

Color convert

RGB174130100-
CMYK00.250.430.32
HSL24.32º31.36%53.73%-
HSV(B)24.32º42.53%68.24%-
XYZ27.7425.8815.59-
YUV139.74105.58152.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 100 (39.45% from 255) = 24.75%
R=43.07%
G=32.18%
B=24.75%

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
Decimal17413010000.250.430.3224.3231.3653.73
HexAE82640192B20181f36
Octal2562021440315340303766
Binary101011101000001011001000110011010111000001100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8264; }

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

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

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

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

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

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

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

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