#AE846E

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

Shades of Medium Wood #AE846E

Tints of Medium Wood #AE846E

Color information

#AE846E (or 0xAE846E) is unknown color: approx Medium Wood. HEX triplet: AE, 84 and 6E. RGB value is (174,132,110). Sum of RGB (Red+Green+Blue) = 174+132+110=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE846E is #517B91. Grayscale: #8E8E8E. Windows color (decimal): -5340050 or 7242926. OLE color: 7242926.

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

Color convert

RGB174132110-
CMYK00.240.370.32
HSL20.63º28.32%55.69%-
HSV(B)20.63º36.78%68.24%-
XYZ28.5226.6318.39-
YUV142.05109.91150.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=41.83%
G=31.73%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413211000.240.370.3220.6328.3255.69
HexAE846E0182520151c38
Octal2562041560304540253470
Binary101011101000010011011100110001001011000001010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE846E; }

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

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

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

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

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

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

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

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