#AC7E57

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

Shades of Medium Wood #AC7E57

Tints of Medium Wood #AC7E57

Color information

#AC7E57 (or 0xAC7E57) is unknown color: approx Medium Wood. HEX triplet: AC, 7E and 57. RGB value is (172,126,87). Sum of RGB (Red+Green+Blue) = 172+126+87=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E57 is #5381A8. Grayscale: #878787. Windows color (decimal): -5472681 or 5734060. OLE color: 5734060.

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

Color convert

RGB17212687-
CMYK00.270.490.33
HSL27.53º33.86%50.78%-
HSV(B)27.53º49.42%67.45%-
XYZ26.1924.3812.34-
YUV135.31100.74154.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 87 (34.38% from 255) = 22.60%
R=44.68%
G=32.73%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721268700.270.490.3327.5333.8650.78
HexAC7E5701B31211c2233
Octal2541761270336141344263
Binary101011001111110101011101101111000110000111100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7E57; }

 p { color: rgb(172,126,87); }

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

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

 a { background-color: rgb(172,126,87); }

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

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

 span { border-color: rgb(172,126,87); }

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