#AE846A

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

Shades of Medium Wood #AE846A

Tints of Medium Wood #AE846A

Color information

#AE846A (or 0xAE846A) is unknown color: approx Medium Wood. HEX triplet: AE, 84 and 6A. RGB value is (174,132,106). Sum of RGB (Red+Green+Blue) = 174+132+106=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE846A is #517B95. Grayscale: #8D8D8D. Windows color (decimal): -5340054 or 6980782. OLE color: 6980782.

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

Color convert

RGB174132106-
CMYK00.240.390.32
HSL22.94º29.57%54.9%-
HSV(B)22.94º39.08%68.24%-
XYZ28.3126.5417.27-
YUV141.59107.91151.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 106 (41.80% from 255) = 25.73%
R=42.23%
G=32.04%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413210600.240.390.3222.9429.5754.9
HexAE846A0182720171e37
Octal2562041520304740273667
Binary101011101000010011010100110001001111000001011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE846A; }

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

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

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

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

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

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

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

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