#AC8668

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

Shades of Medium Wood #AC8668

Tints of Medium Wood #AC8668

Color information

#AC8668 (or 0xAC8668) is unknown color: approx Medium Wood. HEX triplet: AC, 86 and 68. RGB value is (172,134,104). Sum of RGB (Red+Green+Blue) = 172+134+104=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8668 is #537997. Grayscale: #8E8E8E. Windows color (decimal): -5470616 or 6850220. OLE color: 6850220.

HSL color Cylindrical-coordinate representation of color #AC8668: hue angle of 26.47º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC8668 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172134104-
CMYK00.220.400.33
HSL26.47º29.06%54.12%-
HSV(B)26.47º39.53%67.45%-
XYZ28.0426.8216.8-
YUV141.94106.59149.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 134 (52.73% from 255) = 32.68%
BLUE value IS 104 (41.02% from 255) = 25.37%
R=41.95%
G=32.68%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213410400.220.400.3326.4729.0654.12
HexAC866801628211a1d36
Octal2542061500265041323566
Binary101011001000011011010000101101010001000011101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8668; }

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

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

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

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

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

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

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

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