#AC6488

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

Shades of Tapestry #AC6488

Tints of Tapestry #AC6488

Color information

#AC6488 (or 0xAC6488) is unknown color: approx Tapestry. HEX triplet: AC, 64 and 88. RGB value is (172,100,136). Sum of RGB (Red+Green+Blue) = 172+100+136=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6488 is #539B77. Grayscale: #7D7D7D. Windows color (decimal): -5479288 or 8938668. OLE color: 8938668.

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

Color convert

RGB172100136-
CMYK00.420.210.33
HSL330º30.25%53.33%-
HSV(B)330º41.86%67.45%-
XYZ26.0119.6625.72-
YUV125.63133.85161.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 136 (53.52% from 255) = 33.33%
R=42.16%
G=24.51%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210013600.420.210.3333030.2553.33
HexAC648802A152114a1e35
Octal25414421005225415123665
Binary1010110011001001000100001010101010110000110100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6488; }

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

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

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

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

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

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

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

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