#AC668D

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

Shades of Tapestry #AC668D

Tints of Tapestry #AC668D

Color information

#AC668D (or 0xAC668D) is unknown color: approx Tapestry. HEX triplet: AC, 66 and 8D. RGB value is (172,102,141). Sum of RGB (Red+Green+Blue) = 172+102+141=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC668D is #539972. Grayscale: #7F7F7F. Windows color (decimal): -5478771 or 9266860. OLE color: 9266860.

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

Color convert

RGB172102141-
CMYK00.410.180.33
HSL326.57º29.66%53.73%-
HSV(B)326.57º40.7%67.45%-
XYZ26.5720.227.7-
YUV127.38135.69159.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 141 (55.47% from 255) = 33.98%
R=41.45%
G=24.58%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210214100.410.180.33326.5729.6653.73
HexAC668D02912211471e36
Octal25414621505122415073666
Binary1010110011001101000110101010011001010000110100011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC668D; }

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

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

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

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

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

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

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

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