#AC7A58

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

Shades of Medium Wood #AC7A58

Tints of Medium Wood #AC7A58

Color information

#AC7A58 (or 0xAC7A58) is unknown color: approx Medium Wood. HEX triplet: AC, 7A and 58. RGB value is (172,122,88). Sum of RGB (Red+Green+Blue) = 172+122+88=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A58 is #5385A7. Grayscale: #858585. Windows color (decimal): -5473704 or 5798572. OLE color: 5798572.

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

Color convert

RGB17212288-
CMYK00.290.490.33
HSL24.29º33.6%50.98%-
HSV(B)24.29º48.84%67.45%-
XYZ25.7323.3912.39-
YUV133.07102.56155.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 122 (48.05% from 255) = 31.94%
BLUE value IS 88 (34.77% from 255) = 23.04%
R=45.03%
G=31.94%
B=23.04%

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
Decimal1721228800.290.490.3324.2933.650.98
HexAC7A5801D3121182233
Octal2541721300356141304263
Binary101011001111010101100001110111000110000111000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7A58; }

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

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

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

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

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

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

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

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