#ac7c6c

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

Shades of Medium Wood #AC7C6C

Tints of Medium Wood #AC7C6C

Color information

#AC7C6C (or 0xAC7C6C) is unknown color: approx Medium Wood. HEX triplet: AC, 7C and 6C. RGB value is (172,124,108). Sum of RGB (Red+Green+Blue) = 172+124+108=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C6C is #538393. Grayscale: #888888. Windows color (decimal): -5473172 or 7109804. OLE color: 7109804.

HSL color Cylindrical-coordinate representation of color #AC7C6C: hue angle of 15º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC7C6C is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB172124108-
CMYK00.280.370.33
HSL15º27.83%54.9%-
HSV(B)15º37.21%67.45%-
XYZ26.9324.2717.45-
YUV136.53111.9153.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.57%
GREEN value IS 124 (48.83% from 255) = 30.69%
BLUE value IS 108 (42.58% from 255) = 26.73%
R=42.57%
G=30.69%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212410800.280.370.331527.8354.9
HexAC7C6C01C2521f1c37
Octal2541741540344541173467
Binary1010110011111001101100011100100101100001111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac7c6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac7c6c; }

 p { color: rgb(172,124,108); }

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

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

 a { background-color: rgb(172,124,108); }

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

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

 span { border-color: rgb(172,124,108); }

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