#AC846F

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

Shades of Medium Wood #AC846F

Tints of Medium Wood #AC846F

Color information

#AC846F (or 0xAC846F) is unknown color: approx Medium Wood. HEX triplet: AC, 84 and 6F. RGB value is (172,132,111). Sum of RGB (Red+Green+Blue) = 172+132+111=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC846F is #537B90. Grayscale: #8D8D8D. Windows color (decimal): -5471121 or 7308460. OLE color: 7308460.

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

Color convert

RGB172132111-
CMYK00.230.350.33
HSL20.66º26.87%55.49%-
HSV(B)20.66º35.47%67.45%-
XYZ28.1326.4218.66-
YUV141.57110.75149.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 111 (43.75% from 255) = 26.75%
R=41.45%
G=31.81%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213211100.230.350.3320.6626.8755.49
HexAC846F0172321151b37
Octal2542041570274341253367
Binary101011001000010011011110101111000111000011010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC846F; }

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

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

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

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

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

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

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

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