#AC6388

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

Shades of Tapestry #AC6388

Tints of Tapestry #AC6388

Color information

#AC6388 (or 0xAC6388) is unknown color: approx Tapestry. HEX triplet: AC, 63 and 88. RGB value is (172,99,136). Sum of RGB (Red+Green+Blue) = 172+99+136=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6388 is #539C77. Grayscale: #7C7C7C. Windows color (decimal): -5479544 or 8938412. OLE color: 8938412.

HSL color Cylindrical-coordinate representation of color #AC6388: hue angle of 329.59º degrees, saturation: 0.31, 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 #AC6388 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB17299136-
CMYK00.420.210.33
HSL329.59º30.54%53.14%-
HSV(B)329.59º42.44%67.45%-
XYZ25.9219.4725.68-
YUV125.04134.18161.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=42.26%
G=24.32%
B=33.42%

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
Decimal1729913600.420.210.33329.5930.5453.14
HexAC638802A152114a1f35
Octal25414321005225415123765
Binary1010110011000111000100001010101010110000110100101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6388; }

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

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

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

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

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

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

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

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