#AC7862

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

Shades of Medium Wood #AC7862

Tints of Medium Wood #AC7862

Color information

#AC7862 (or 0xAC7862) is unknown color: approx Medium Wood. HEX triplet: AC, 78 and 62. RGB value is (172,120,98). Sum of RGB (Red+Green+Blue) = 172+120+98=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7862 is #53879D. Grayscale: #858585. Windows color (decimal): -5474206 or 6453420. OLE color: 6453420.

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

Color convert

RGB17212098-
CMYK00.300.430.33
HSL17.84º30.83%52.94%-
HSV(B)17.84º43.02%67.45%-
XYZ25.9323.0914.64-
YUV133.04108.23155.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 98 (38.67% from 255) = 25.13%
R=44.10%
G=30.77%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721209800.300.430.3317.8430.8352.94
HexAC786201E2B21121f35
Octal2541701420365341223765
Binary10101100111100011000100111101010111000011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7862; }

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

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

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

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

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

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

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

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