#AC6384

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

Shades of Tapestry #AC6384

Tints of Tapestry #AC6384

Color information

#AC6384 (or 0xAC6384) is unknown color: approx Tapestry. HEX triplet: AC, 63 and 84. RGB value is (172,99,132). Sum of RGB (Red+Green+Blue) = 172+99+132=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6384 is #539C7B. Grayscale: #7C7C7C. Windows color (decimal): -5479548 or 8676268. OLE color: 8676268.

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

Color convert

RGB17299132-
CMYK00.420.230.33
HSL332.88º30.54%53.14%-
HSV(B)332.88º42.44%67.45%-
XYZ25.6419.3624.22-
YUV124.59132.18161.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 132 (51.95% from 255) = 32.75%
R=42.68%
G=24.57%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729913200.420.230.33332.8830.5453.14
HexAC638402A172114d1f35
Octal25414320405227415153765
Binary1010110011000111000010001010101011110000110100110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6384; }

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

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

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

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

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

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

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

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