#AC7A61

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

Shades of Medium Wood #AC7A61

Tints of Medium Wood #AC7A61

Color information

#AC7A61 (or 0xAC7A61) is unknown color: approx Medium Wood. HEX triplet: AC, 7A and 61. RGB value is (172,122,97). Sum of RGB (Red+Green+Blue) = 172+122+97=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A61 is #53859E. Grayscale: #868686. Windows color (decimal): -5473695 or 6388396. OLE color: 6388396.

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

Color convert

RGB17212297-
CMYK00.290.440.33
HSL20º31.12%52.75%-
HSV(B)20º43.6%67.45%-
XYZ26.1323.5514.48-
YUV134.1107.06155.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 97 (38.28% from 255) = 24.81%
R=43.99%
G=31.20%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721229700.290.440.332031.1252.75
HexAC7A6101D2C21141f35
Octal2541721410355441243765
Binary10101100111101011000010111011011001000011010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A61; }

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

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

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

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

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

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

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

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