#AC6688

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

Shades of Tapestry #AC6688

Tints of Tapestry #AC6688

Color information

#AC6688 (or 0xAC6688) is unknown color: approx Tapestry. HEX triplet: AC, 66 and 88. RGB value is (172,102,136). Sum of RGB (Red+Green+Blue) = 172+102+136=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6688 is #539977. Grayscale: #7E7E7E. Windows color (decimal): -5478776 or 8939180. OLE color: 8939180.

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

Color convert

RGB172102136-
CMYK00.410.210.33
HSL330.86º29.66%53.73%-
HSV(B)330.86º40.7%67.45%-
XYZ26.2120.0525.78-
YUV126.81133.19160.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 136 (53.52% from 255) = 33.17%
R=41.95%
G=24.88%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210213600.410.210.33330.8629.6653.73
HexAC6688029152114b1e36
Octal25414621005125415133666
Binary1010110011001101000100001010011010110000110100101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6688; }

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

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

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

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

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

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

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

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