#AC7A57

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

Shades of Medium Wood #AC7A57

Tints of Medium Wood #AC7A57

Color information

#AC7A57 (or 0xAC7A57) is unknown color: approx Medium Wood. HEX triplet: AC, 7A and 57. RGB value is (172,122,87). Sum of RGB (Red+Green+Blue) = 172+122+87=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 87 (34.38% from 255 or 22.83% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A57 is #5385A8. Grayscale: #858585. Windows color (decimal): -5473705 or 5733036. OLE color: 5733036.

HSL color Cylindrical-coordinate representation of color #AC7A57: hue angle of 24.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC7A57 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17212287-
CMYK00.290.490.33
HSL24.71º33.86%50.78%-
HSV(B)24.71º49.42%67.45%-
XYZ25.6923.3812.18-
YUV132.96102.06155.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 87 (34.38% from 255) = 22.83%
R=45.14%
G=32.02%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721228700.290.490.3324.7133.8650.78
HexAC7A5701D3121192233
Octal2541721270356141314263
Binary101011001111010101011101110111000110000111001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A57; }

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

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

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

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

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

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

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

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