#AE836A

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

Shades of Medium Wood #AE836A

Tints of Medium Wood #AE836A

Color information

#AE836A (or 0xAE836A) is unknown color: approx Medium Wood. HEX triplet: AE, 83 and 6A. RGB value is (174,131,106). Sum of RGB (Red+Green+Blue) = 174+131+106=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE836A is #517C95. Grayscale: #8D8D8D. Windows color (decimal): -5340310 or 6980526. OLE color: 6980526.

HSL color Cylindrical-coordinate representation of color #AE836A: hue angle of 22.06º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AE836A is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB174131106-
CMYK00.250.390.32
HSL22.06º29.57%54.9%-
HSV(B)22.06º39.08%68.24%-
XYZ28.1726.2717.22-
YUV141.01108.25151.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.34%
GREEN value IS 131 (51.56% from 255) = 31.87%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=42.34%
G=31.87%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413110600.250.390.3222.0629.5754.9
HexAE836A0192720161e37
Octal2562031520314740263667
Binary101011101000001111010100110011001111000001011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE836A; }

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

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

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

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

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

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

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

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