#AC866D

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

Shades of Medium Wood #AC866D

Tints of Medium Wood #AC866D

Color information

#AC866D (or 0xAC866D) is unknown color: approx Medium Wood. HEX triplet: AC, 86 and 6D. RGB value is (172,134,109). Sum of RGB (Red+Green+Blue) = 172+134+109=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC866D is #537992. Grayscale: #8E8E8E. Windows color (decimal): -5470611 or 7177900. OLE color: 7177900.

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

Color convert

RGB172134109-
CMYK00.220.370.33
HSL23.81º27.51%55.1%-
HSV(B)23.81º36.63%67.45%-
XYZ28.326.9218.17-
YUV142.51109.09149.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=41.45%
G=32.29%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213410900.220.370.3323.8127.5155.1
HexAC866D0162521181c37
Octal2542061550264541303467
Binary101011001000011011011010101101001011000011100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC866D; }

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

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

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

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

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

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

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

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