#AC8563

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

Shades of Medium Wood #AC8563

Tints of Medium Wood #AC8563

Color information

#AC8563 (or 0xAC8563) is unknown color: approx Medium Wood. HEX triplet: AC, 85 and 63. RGB value is (172,133,99). Sum of RGB (Red+Green+Blue) = 172+133+99=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8563 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8563 is #537A9C. Grayscale: #8C8C8C. Windows color (decimal): -5470877 or 6522284. OLE color: 6522284.

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

Color convert

RGB17213399-
CMYK00.230.420.33
HSL27.95º30.54%53.14%-
HSV(B)27.95º42.44%67.45%-
XYZ27.6526.4515.45-
YUV140.78104.42150.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=42.57%
G=32.92%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721339900.230.420.3327.9530.5453.14
HexAC85630172A211c1f35
Octal2542051430275241343765
Binary101011001000010111000110101111010101000011110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8563; }

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

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

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

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

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

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

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

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