#AC738D

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

Shades of Tapestry #AC738D

Tints of Tapestry #AC738D

Color information

#AC738D (or 0xAC738D) is unknown color: approx Tapestry. HEX triplet: AC, 73 and 8D. RGB value is (172,115,141). Sum of RGB (Red+Green+Blue) = 172+115+141=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC738D is #538C72. Grayscale: #868686. Windows color (decimal): -5475443 or 9270188. OLE color: 9270188.

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

Color convert

RGB172115141-
CMYK00.330.180.33
HSL332.63º25.56%56.27%-
HSV(B)332.63º33.14%67.45%-
XYZ27.9522.9628.16-
YUV135.01131.38154.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 115 (45.31% from 255) = 26.87%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=40.19%
G=26.87%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211514100.330.180.33332.6325.5656.27
HexAC738D021122114d1a38
Octal25416321504122415153270
Binary1010110011100111000110101000011001010000110100110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC738D; }

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

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

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

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

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

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

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

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