#AC7857

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

Shades of Medium Wood #AC7857

Tints of Medium Wood #AC7857

Color information

#AC7857 (or 0xAC7857) is unknown color: approx Medium Wood. HEX triplet: AC, 78 and 57. RGB value is (172,120,87). Sum of RGB (Red+Green+Blue) = 172+120+87=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7857 is #5387A8. Grayscale: #838383. Windows color (decimal): -5474217 or 5732524. OLE color: 5732524.

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

Color convert

RGB17212087-
CMYK00.300.490.33
HSL23.29º33.86%50.78%-
HSV(B)23.29º49.42%67.45%-
XYZ25.4522.8912.09-
YUV131.79102.73156.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 87 (34.38% from 255) = 22.96%
R=45.38%
G=31.66%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721208700.300.490.3323.2933.8650.78
HexAC785701E3121172233
Octal2541701270366141274263
Binary101011001111000101011101111011000110000110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7857; }

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

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

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

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

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

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

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

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