#AC7A63

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

Shades of Medium Wood #AC7A63

Tints of Medium Wood #AC7A63

Color information

#AC7A63 (or 0xAC7A63) is unknown color: approx Medium Wood. HEX triplet: AC, 7A and 63. RGB value is (172,122,99). Sum of RGB (Red+Green+Blue) = 172+122+99=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A63 is #53859C. Grayscale: #868686. Windows color (decimal): -5473693 or 6519468. OLE color: 6519468.

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

Color convert

RGB17212299-
CMYK00.290.420.33
HSL18.9º30.54%53.14%-
HSV(B)18.9º42.44%67.45%-
XYZ26.2223.5914.98-
YUV134.33108.06154.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=43.77%
G=31.04%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721229900.290.420.3318.930.5453.14
HexAC7A6301D2A21131f35
Octal2541721430355241233765
Binary10101100111101011000110111011010101000011001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A63; }

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

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

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

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

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

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

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

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