#AC7F63

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

Shades of Medium Wood #AC7F63

Tints of Medium Wood #AC7F63

Color information

#AC7F63 (or 0xAC7F63) is unknown color: approx Medium Wood. HEX triplet: AC, 7F and 63. RGB value is (172,127,99). Sum of RGB (Red+Green+Blue) = 172+127+99=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7F63 is #53809C. Grayscale: #898989. Windows color (decimal): -5472413 or 6520748. OLE color: 6520748.

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

Color convert

RGB17212799-
CMYK00.260.420.33
HSL23.01º30.54%53.14%-
HSV(B)23.01º42.44%67.45%-
XYZ26.8524.8515.19-
YUV137.26106.41152.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 99 (39.06% from 255) = 24.87%
R=43.22%
G=31.91%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721279900.260.420.3323.0130.5453.14
HexAC7F6301A2A21171f35
Octal2541771430325241273765
Binary10101100111111111000110110101010101000011011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7F63; }

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

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

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

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

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

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

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

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