#AC8570

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

Shades of Medium Wood #AC8570

Tints of Medium Wood #AC8570

Color information

#AC8570 (or 0xAC8570) is unknown color: approx Medium Wood. HEX triplet: AC, 85 and 70. RGB value is (172,133,112). Sum of RGB (Red+Green+Blue) = 172+133+112=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8570 is #537A8F. Grayscale: #8E8E8E. Windows color (decimal): -5470864 or 7374252. OLE color: 7374252.

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

Color convert

RGB172133112-
CMYK00.230.350.33
HSL21º26.55%55.69%-
HSV(B)21º34.88%67.45%-
XYZ28.3326.7218.99-
YUV142.27110.92149.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=41.25%
G=31.89%
B=26.86%

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
Decimal17213311200.230.350.332126.5555.69
HexAC85700172321151b38
Octal2542051600274341253370
Binary101011001000010111100000101111000111000011010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8570; }

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

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

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

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

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

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

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

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