#AC7858

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

Shades of Medium Wood #AC7858

Tints of Medium Wood #AC7858

Color information

#AC7858 (or 0xAC7858) is unknown color: approx Medium Wood. HEX triplet: AC, 78 and 58. RGB value is (172,120,88). Sum of RGB (Red+Green+Blue) = 172+120+88=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7858 is #5387A7. Grayscale: #848484. Windows color (decimal): -5474216 or 5798060. OLE color: 5798060.

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

Color convert

RGB17212088-
CMYK00.300.490.33
HSL22.86º33.6%50.98%-
HSV(B)22.86º48.84%67.45%-
XYZ25.4922.9112.31-
YUV131.9103.23156.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 88 (34.77% from 255) = 23.16%
R=45.26%
G=31.58%
B=23.16%

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
Decimal1721208800.300.490.3322.8633.650.98
HexAC785801E3121172233
Octal2541701300366141274263
Binary101011001111000101100001111011000110000110111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7858; }

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

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

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

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

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

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

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

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