#AC8667

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

Shades of Medium Wood #AC8667

Tints of Medium Wood #AC8667

Color information

#AC8667 (or 0xAC8667) is unknown color: approx Medium Wood. HEX triplet: AC, 86 and 67. RGB value is (172,134,103). Sum of RGB (Red+Green+Blue) = 172+134+103=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8667 is #537998. Grayscale: #8D8D8D. Windows color (decimal): -5470617 or 6784684. OLE color: 6784684.

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

Color convert

RGB172134103-
CMYK00.220.400.33
HSL26.96º29.36%53.92%-
HSV(B)26.96º40.12%67.45%-
XYZ27.9926.816.53-
YUV141.83106.09149.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=42.05%
G=32.76%
B=25.18%

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
Decimal17213410300.220.400.3326.9629.3653.92
HexAC866701628211b1d36
Octal2542061470265041333566
Binary101011001000011011001110101101010001000011101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8667; }

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

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

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

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

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

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

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

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