#AC8663

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

Shades of Medium Wood #AC8663

Tints of Medium Wood #AC8663

Color information

#AC8663 (or 0xAC8663) is unknown color: approx Medium Wood. HEX triplet: AC, 86 and 63. RGB value is (172,134,99). Sum of RGB (Red+Green+Blue) = 172+134+99=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8663 is #53799C. Grayscale: #8D8D8D. Windows color (decimal): -5470621 or 6522540. OLE color: 6522540.

HSL color Cylindrical-coordinate representation of color #AC8663: hue angle of 28.77º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC8663 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB17213499-
CMYK00.220.420.33
HSL28.77º30.54%53.14%-
HSV(B)28.77º42.44%67.45%-
XYZ27.7926.7215.5-
YUV141.37104.09149.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 99 (39.06% from 255) = 24.44%
R=42.47%
G=33.09%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721349900.220.420.3328.7730.5453.14
HexAC86630162A211d1f35
Octal2542061430265241353765
Binary101011001000011011000110101101010101000011110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8663; }

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

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

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

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

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

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

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

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