#AC7D58

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

Shades of Medium Wood #AC7D58

Tints of Medium Wood #AC7D58

Color information

#AC7D58 (or 0xAC7D58) is unknown color: approx Medium Wood. HEX triplet: AC, 7D and 58. RGB value is (172,125,88). Sum of RGB (Red+Green+Blue) = 172+125+88=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D58 is #5382A7. Grayscale: #878787. Windows color (decimal): -5472936 or 5799340. OLE color: 5799340.

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

Color convert

RGB17212588-
CMYK00.270.490.33
HSL26.43º33.6%50.98%-
HSV(B)26.43º48.84%67.45%-
XYZ26.1124.1412.52-
YUV134.84101.57154.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 125 (49.22% from 255) = 32.47%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=44.68%
G=32.47%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721258800.270.490.3326.4333.650.98
HexAC7D5801B31211a2233
Octal2541751300336141324263
Binary101011001111101101100001101111000110000111010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7D58; }

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

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

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

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

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

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

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

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