#AC8470

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

Shades of Medium Wood #AC8470

Tints of Medium Wood #AC8470

Color information

#AC8470 (or 0xAC8470) is unknown color: approx Medium Wood. HEX triplet: AC, 84 and 70. RGB value is (172,132,112). Sum of RGB (Red+Green+Blue) = 172+132+112=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8470 is #537B8F. Grayscale: #8D8D8D. Windows color (decimal): -5471120 or 7373996. OLE color: 7373996.

HSL color Cylindrical-coordinate representation of color #AC8470: hue angle of 20º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC8470 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB172132112-
CMYK00.230.350.33
HSL20º26.55%55.69%-
HSV(B)20º34.88%67.45%-
XYZ28.1926.4418.95-
YUV141.68111.25149.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 112 (44.14% from 255) = 26.92%
R=41.35%
G=31.73%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213211200.230.350.332026.5555.69
HexAC84700172321141b38
Octal2542041600274341243370
Binary101011001000010011100000101111000111000011010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8470; }

 p { color: rgb(172,132,112); }

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

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

 a { background-color: rgb(172,132,112); }

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

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

 span { border-color: rgb(172,132,112); }

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