#AC846A

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

Shades of Medium Wood #AC846A

Tints of Medium Wood #AC846A

Color information

#AC846A (or 0xAC846A) is unknown color: approx Medium Wood. HEX triplet: AC, 84 and 6A. RGB value is (172,132,106). Sum of RGB (Red+Green+Blue) = 172+132+106=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC846A is #537B95. Grayscale: #8D8D8D. Windows color (decimal): -5471126 or 6980780. OLE color: 6980780.

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

Color convert

RGB172132106-
CMYK00.230.380.33
HSL23.64º28.45%54.51%-
HSV(B)23.64º38.37%67.45%-
XYZ27.8726.3117.25-
YUV141108.25150.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 132 (51.95% from 255) = 32.20%
BLUE value IS 106 (41.80% from 255) = 25.85%
R=41.95%
G=32.20%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213210600.230.380.3323.6428.4554.51
HexAC846A0172621181c37
Octal2542041520274641303467
Binary101011001000010011010100101111001101000011100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC846A; }

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

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

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

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

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

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

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

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