#AC866E

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

Shades of Medium Wood #AC866E

Tints of Medium Wood #AC866E

Color information

#AC866E (or 0xAC866E) is unknown color: approx Medium Wood. HEX triplet: AC, 86 and 6E. RGB value is (172,134,110). Sum of RGB (Red+Green+Blue) = 172+134+110=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC866E is #537991. Grayscale: #8E8E8E. Windows color (decimal): -5470610 or 7243436. OLE color: 7243436.

HSL color Cylindrical-coordinate representation of color #AC866E: hue angle of 23.23º 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 #AC866E is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB172134110-
CMYK00.220.360.33
HSL23.23º27.19%55.29%-
HSV(B)23.23º36.05%67.45%-
XYZ28.3526.9518.46-
YUV142.63109.59148.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=41.35%
G=32.21%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213411000.220.360.3323.2327.1955.29
HexAC866E0162421171b37
Octal2542061560264441273367
Binary101011001000011011011100101101001001000011011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC866E; }

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

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

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

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

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

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

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

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