#AC6888

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

Shades of Tapestry #AC6888

Tints of Tapestry #AC6888

Color information

#AC6888 (or 0xAC6888) is unknown color: approx Tapestry. HEX triplet: AC, 68 and 88. RGB value is (172,104,136). Sum of RGB (Red+Green+Blue) = 172+104+136=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6888 is #539777. Grayscale: #7F7F7F. Windows color (decimal): -5478264 or 8939692. OLE color: 8939692.

HSL color Cylindrical-coordinate representation of color #AC6888: hue angle of 331.76º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6888 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB172104136-
CMYK00.400.210.33
HSL331.76º29.06%54.12%-
HSV(B)331.76º39.53%67.45%-
XYZ26.4120.4525.85-
YUV127.98132.53159.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 104 (41.02% from 255) = 25.24%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=41.75%
G=25.24%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210413600.400.210.33331.7629.0654.12
HexAC6888028152114c1d36
Octal25415021005025415143566
Binary1010110011010001000100001010001010110000110100110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6888; }

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

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

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

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

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

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

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

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