#AC7C63

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

Shades of Medium Wood #AC7C63

Tints of Medium Wood #AC7C63

Color information

#AC7C63 (or 0xAC7C63) is unknown color: approx Medium Wood. HEX triplet: AC, 7C and 63. RGB value is (172,124,99). Sum of RGB (Red+Green+Blue) = 172+124+99=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C63 is #53839C. Grayscale: #878787. Windows color (decimal): -5473181 or 6519980. OLE color: 6519980.

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

Color convert

RGB17212499-
CMYK00.280.420.33
HSL20.55º30.54%53.14%-
HSV(B)20.55º42.44%67.45%-
XYZ26.4724.0915.06-
YUV135.5107.4154.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 99 (39.06% from 255) = 25.06%
R=43.54%
G=31.39%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721249900.280.420.3320.5530.5453.14
HexAC7C6301C2A21151f35
Octal2541741430345241253765
Binary10101100111110011000110111001010101000011010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7C63; }

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

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

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

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

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

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

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

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