#AC7F61

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

Shades of Medium Wood #AC7F61

Tints of Medium Wood #AC7F61

Color information

#AC7F61 (or 0xAC7F61) is unknown color: approx Medium Wood. HEX triplet: AC, 7F and 61. RGB value is (172,127,97). Sum of RGB (Red+Green+Blue) = 172+127+97=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F61 is #53809E. Grayscale: #898989. Windows color (decimal): -5472415 or 6389676. OLE color: 6389676.

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

Color convert

RGB17212797-
CMYK00.260.440.33
HSL24º31.12%52.75%-
HSV(B)24º43.6%67.45%-
XYZ26.7624.8114.69-
YUV137.04105.41152.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 127 (50% from 255) = 32.07%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=43.43%
G=32.07%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721279700.260.440.332431.1252.75
HexAC7F6101A2C21181f35
Octal2541771410325441303765
Binary10101100111111111000010110101011001000011100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F61; }

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

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

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

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

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

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

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

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