#AC6685

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

Shades of Tapestry #AC6685

Tints of Tapestry #AC6685

Color information

#AC6685 (or 0xAC6685) is unknown color: approx Tapestry. HEX triplet: AC, 66 and 85. RGB value is (172,102,133). Sum of RGB (Red+Green+Blue) = 172+102+133=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6685 is #53997A. Grayscale: #7E7E7E. Windows color (decimal): -5478779 or 8742572. OLE color: 8742572.

HSL color Cylindrical-coordinate representation of color #AC6685: hue angle of 333.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6685 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172102133-
CMYK00.410.230.33
HSL333.43º29.66%53.73%-
HSV(B)333.43º40.7%67.45%-
XYZ2619.9724.67-
YUV126.46131.69160.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=42.26%
G=25.06%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210213300.410.230.33333.4329.6653.73
HexAC6685029172114d1e36
Octal25414620505127415153666
Binary1010110011001101000010101010011011110000110100110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6685; }

 p { color: rgb(172,102,133); }

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

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

 a { background-color: rgb(172,102,133); }

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

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

 span { border-color: rgb(172,102,133); }

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