#AC7384

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

Shades of Tapestry #AC7384

Tints of Tapestry #AC7384

Color information

#AC7384 (or 0xAC7384) is unknown color: approx Tapestry. HEX triplet: AC, 73 and 84. RGB value is (172,115,132). Sum of RGB (Red+Green+Blue) = 172+115+132=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7384 is #538C7B. Grayscale: #858585. Windows color (decimal): -5475452 or 8680364. OLE color: 8680364.

HSL color Cylindrical-coordinate representation of color #AC7384: hue angle of 342.11º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC7384 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172115132-
CMYK00.330.230.33
HSL342.11º25.56%56.27%-
HSV(B)342.11º33.14%67.45%-
XYZ27.3122.724.77-
YUV133.98126.88155.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 132 (51.95% from 255) = 31.50%
R=41.05%
G=27.45%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211513200.330.230.33342.1125.5656.27
HexAC738402117211561a38
Octal25416320404127415263270
Binary1010110011100111000010001000011011110000110101011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7384; }

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

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

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

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

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

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

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

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