#AC8160

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

Shades of Medium Wood #AC8160

Tints of Medium Wood #AC8160

Color information

#AC8160 (or 0xAC8160) is unknown color: approx Medium Wood. HEX triplet: AC, 81 and 60. RGB value is (172,129,96). Sum of RGB (Red+Green+Blue) = 172+129+96=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8160 is #537E9F. Grayscale: #8A8A8A. Windows color (decimal): -5471904 or 6324652. OLE color: 6324652.

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

Color convert

RGB17212996-
CMYK00.250.440.33
HSL26.05º31.4%52.55%-
HSV(B)26.05º44.19%67.45%-
XYZ26.9725.3214.53-
YUV138.1104.25152.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=43.32%
G=32.49%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721299600.250.440.3326.0531.452.55
HexAC81600192C211a1f35
Octal2542011400315441323765
Binary101011001000000111000000110011011001000011101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8160; }

 p { color: rgb(172,129,96); }

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

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

 a { background-color: rgb(172,129,96); }

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

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

 span { border-color: rgb(172,129,96); }

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