#AC8363

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

Shades of Medium Wood #AC8363

Tints of Medium Wood #AC8363

Color information

#AC8363 (or 0xAC8363) is unknown color: approx Medium Wood. HEX triplet: AC, 83 and 63. RGB value is (172,131,99). Sum of RGB (Red+Green+Blue) = 172+131+99=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8363 is #537C9C. Grayscale: #8B8B8B. Windows color (decimal): -5471389 or 6521772. OLE color: 6521772.

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

Color convert

RGB17213199-
CMYK00.240.420.33
HSL26.3º30.54%53.14%-
HSV(B)26.3º42.44%67.45%-
XYZ27.3825.915.36-
YUV139.61105.08151.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 99 (39.06% from 255) = 24.63%
R=42.79%
G=32.59%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721319900.240.420.3326.330.5453.14
HexAC83630182A211a1f35
Octal2542031430305241323765
Binary101011001000001111000110110001010101000011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8363; }

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

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

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

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

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

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

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

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