#AC7861

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

Shades of Medium Wood #AC7861

Tints of Medium Wood #AC7861

Color information

#AC7861 (or 0xAC7861) is unknown color: approx Medium Wood. HEX triplet: AC, 78 and 61. RGB value is (172,120,97). Sum of RGB (Red+Green+Blue) = 172+120+97=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7861 is #53879E. Grayscale: #858585. Windows color (decimal): -5474207 or 6387884. OLE color: 6387884.

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

Color convert

RGB17212097-
CMYK00.300.440.33
HSL18.4º31.12%52.75%-
HSV(B)18.4º43.6%67.45%-
XYZ25.8923.0714.4-
YUV132.93107.73155.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 97 (38.28% from 255) = 24.94%
R=44.22%
G=30.85%
B=24.94%

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
Decimal1721209700.300.440.3318.431.1252.75
HexAC786101E2C21121f35
Octal2541701410365441223765
Binary10101100111100011000010111101011001000011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7861; }

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

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

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

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

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

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

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

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