#AC846E

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

Shades of Medium Wood #AC846E

Tints of Medium Wood #AC846E

Color information

#AC846E (or 0xAC846E) is unknown color: approx Medium Wood. HEX triplet: AC, 84 and 6E. RGB value is (172,132,110). Sum of RGB (Red+Green+Blue) = 172+132+110=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC846E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC846E is #537B91. Grayscale: #8D8D8D. Windows color (decimal): -5471122 or 7242924. OLE color: 7242924.

HSL color Cylindrical-coordinate representation of color #AC846E: hue angle of 21.29º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC846E is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB172132110-
CMYK00.230.360.33
HSL21.29º27.19%55.29%-
HSV(B)21.29º36.05%67.45%-
XYZ28.0826.418.37-
YUV141.45110.25149.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 132 (51.95% from 255) = 31.88%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=41.55%
G=31.88%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213211000.230.360.3321.2927.1955.29
HexAC846E0172421151b37
Octal2542041560274441253367
Binary101011001000010011011100101111001001000011010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC846E; }

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

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

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

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

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

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

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

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