#AE8465

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

Shades of Medium Wood #AE8465

Tints of Medium Wood #AE8465

Color information

#AE8465 (or 0xAE8465) is unknown color: approx Medium Wood. HEX triplet: AE, 84 and 65. RGB value is (174,132,101). Sum of RGB (Red+Green+Blue) = 174+132+101=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8465 is #517B9A. Grayscale: #8D8D8D. Windows color (decimal): -5340059 or 6653102. OLE color: 6653102.

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

Color convert

RGB174132101-
CMYK00.240.420.32
HSL25.48º31.06%53.92%-
HSV(B)25.48º41.95%68.24%-
XYZ28.0626.4415.94-
YUV141.02105.41151.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 101 (39.84% from 255) = 24.82%
R=42.75%
G=32.43%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413210100.240.420.3225.4831.0653.92
HexAE84650182A20191f36
Octal2562041450305240313766
Binary101011101000010011001010110001010101000001100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8465; }

 p { color: rgb(174,132,101); }

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

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

 a { background-color: rgb(174,132,101); }

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

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

 span { border-color: rgb(174,132,101); }

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