#AC7860

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

Shades of Medium Wood #AC7860

Tints of Medium Wood #AC7860

Color information

#AC7860 (or 0xAC7860) is unknown color: approx Medium Wood. HEX triplet: AC, 78 and 60. RGB value is (172,120,96). Sum of RGB (Red+Green+Blue) = 172+120+96=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7860 is #53879F. Grayscale: #848484. Windows color (decimal): -5474208 or 6322348. OLE color: 6322348.

HSL color Cylindrical-coordinate representation of color #AC7860: hue angle of 18.95º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC7860 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17212096-
CMYK00.300.440.33
HSL18.95º31.4%52.55%-
HSV(B)18.95º44.19%67.45%-
XYZ25.8423.0514.15-
YUV132.81107.23155.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 120 (47.27% from 255) = 30.93%
BLUE value IS 96 (37.89% from 255) = 24.74%
R=44.33%
G=30.93%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721209600.300.440.3318.9531.452.55
HexAC786001E2C21131f35
Octal2541701400365441233765
Binary10101100111100011000000111101011001000011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7860; }

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

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

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

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

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

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

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

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