#AC846C

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

Shades of Medium Wood #AC846C

Tints of Medium Wood #AC846C

Color information

#AC846C (or 0xAC846C) is unknown color: approx Medium Wood. HEX triplet: AC, 84 and 6C. RGB value is (172,132,108). Sum of RGB (Red+Green+Blue) = 172+132+108=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC846C is #537B93. Grayscale: #8D8D8D. Windows color (decimal): -5471124 or 7111852. OLE color: 7111852.

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

Color convert

RGB172132108-
CMYK00.230.370.33
HSL22.5º27.83%54.9%-
HSV(B)22.5º37.21%67.45%-
XYZ27.9726.3617.8-
YUV141.22109.25149.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=41.75%
G=32.04%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213210800.230.370.3322.527.8354.9
HexAC846C0172521171c37
Octal2542041540274541273467
Binary101011001000010011011000101111001011000011011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC846C; }

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

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

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

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

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

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

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

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