#ac6681

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

Shades of Tapestry #AC6681

Tints of Tapestry #AC6681

Color information

#AC6681 (or 0xAC6681) is unknown color: approx Tapestry. HEX triplet: AC, 66 and 81. RGB value is (172,102,129). Sum of RGB (Red+Green+Blue) = 172+102+129=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6681 is #53997E. Grayscale: #7D7D7D. Windows color (decimal): -5478783 or 8480428. OLE color: 8480428.

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

Color convert

RGB172102129-
CMYK00.410.250.33
HSL336.86º29.66%53.73%-
HSV(B)336.86º40.7%67.45%-
XYZ25.7319.8623.25-
YUV126.01129.69160.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=42.68%
G=25.31%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210212900.410.250.33336.8629.6653.73
HexAC668102919211511e36
Octal25414620105131415213666
Binary1010110011001101000000101010011100110000110101000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac6681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac6681; }

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

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

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

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

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

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

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

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