#AC6D7C

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

Shades of Tapestry #AC6D7C

Tints of Tapestry #AC6D7C

Color information

#AC6D7C (or 0xAC6D7C) is unknown color: approx Tapestry. HEX triplet: AC, 6D and 7C. RGB value is (172,109,124). Sum of RGB (Red+Green+Blue) = 172+109+124=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D7C is #539283. Grayscale: #818181. Windows color (decimal): -5476996 or 8154540. OLE color: 8154540.

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

Color convert

RGB172109124-
CMYK00.370.280.33
HSL345.71º27.51%55.1%-
HSV(B)345.71º36.63%67.45%-
XYZ26.1221.1621.78-
YUV129.55124.87158.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 124 (48.83% from 255) = 30.62%
R=42.47%
G=26.91%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210912400.370.280.33345.7127.5155.1
HexAC6D7C0251C2115a1c37
Octal25415517404534415323467
Binary101011001101101111110001001011110010000110101101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D7C; }

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

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

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

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

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

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

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

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