#ae845b

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

Shades of Medium Wood #AE845B

Tints of Medium Wood #AE845B

Color information

#AE845B (or 0xAE845B) is unknown color: approx Medium Wood. HEX triplet: AE, 84 and 5B. RGB value is (174,132,91). Sum of RGB (Red+Green+Blue) = 174+132+91=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE845B is #517BA4. Grayscale: #8C8C8C. Windows color (decimal): -5340069 or 5997742. OLE color: 5997742.

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

Color convert

RGB17413291-
CMYK00.240.480.32
HSL29.64º33.88%51.96%-
HSV(B)29.64º47.7%68.24%-
XYZ27.626.2613.51-
YUV139.88100.41152.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 132 (51.95% from 255) = 33.25%
BLUE value IS 91 (35.94% from 255) = 22.92%
R=43.83%
G=33.25%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741329100.240.480.3229.6433.8851.96
HexAE845B01830201e2234
Octal2562041330306040364264
Binary1010111010000100101101101100011000010000011110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae845b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae845b; }

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

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

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

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

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

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

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

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