#AC6884

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

Shades of Tapestry #AC6884

Tints of Tapestry #AC6884

Color information

#AC6884 (or 0xAC6884) is unknown color: approx Tapestry. HEX triplet: AC, 68 and 84. RGB value is (172,104,132). Sum of RGB (Red+Green+Blue) = 172+104+132=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6884 is #53977B. Grayscale: #7F7F7F. Windows color (decimal): -5478268 or 8677548. OLE color: 8677548.

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

Color convert

RGB172104132-
CMYK00.400.230.33
HSL335.29º29.06%54.12%-
HSV(B)335.29º39.53%67.45%-
XYZ26.1320.3424.38-
YUV127.52130.53159.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 104 (41.02% from 255) = 25.49%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=42.16%
G=25.49%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210413200.400.230.33335.2929.0654.12
HexAC6884028172114f1d36
Octal25415020405027415173566
Binary1010110011010001000010001010001011110000110100111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6884; }

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

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

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

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

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

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

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

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