#AE845C

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

Shades of Medium Wood #AE845C

Tints of Medium Wood #AE845C

Color information

#AE845C (or 0xAE845C) is unknown color: approx Medium Wood. HEX triplet: AE, 84 and 5C. RGB value is (174,132,92). Sum of RGB (Red+Green+Blue) = 174+132+92=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE845C is #517BA3. Grayscale: #8C8C8C. Windows color (decimal): -5340068 or 6063278. OLE color: 6063278.

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

Color convert

RGB17413292-
CMYK00.240.470.32
HSL29.27º33.61%52.16%-
HSV(B)29.27º47.13%68.24%-
XYZ27.6426.2713.74-
YUV140100.91152.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.72%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=43.72%
G=33.17%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741329200.240.470.3229.2733.6152.16
HexAE845C0182F201d2234
Octal2562041340305740354264
Binary1010111010000100101110001100010111110000011101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE845C; }

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

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

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

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

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

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

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

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