#AC748C

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

Shades of Tapestry #AC748C

Tints of Tapestry #AC748C

Color information

#AC748C (or 0xAC748C) is unknown color: approx Tapestry. HEX triplet: AC, 74 and 8C. RGB value is (172,116,140). Sum of RGB (Red+Green+Blue) = 172+116+140=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC748C is #538B73. Grayscale: #878787. Windows color (decimal): -5475188 or 9204908. OLE color: 9204908.

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

Color convert

RGB172116140-
CMYK00.330.190.33
HSL334.29º25.23%56.47%-
HSV(B)334.29º32.56%67.45%-
XYZ27.9923.1527.8-
YUV135.48130.55154.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 116 (45.70% from 255) = 27.10%
BLUE value IS 140 (55.08% from 255) = 32.71%
R=40.19%
G=27.10%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211614000.330.190.33334.2925.2356.47
HexAC748C021132114e1938
Octal25416421404123415163170
Binary1010110011101001000110001000011001110000110100111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC748C; }

 p { color: rgb(172,116,140); }

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

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

 a { background-color: rgb(172,116,140); }

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

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

 span { border-color: rgb(172,116,140); }

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