#AC748F

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

Shades of Tapestry #AC748F

Tints of Tapestry #AC748F

Color information

#AC748F (or 0xAC748F) is unknown color: approx Tapestry. HEX triplet: AC, 74 and 8F. RGB value is (172,116,143). Sum of RGB (Red+Green+Blue) = 172+116+143=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC748F is #538B70. Grayscale: #878787. Windows color (decimal): -5475185 or 9401516. OLE color: 9401516.

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

Color convert

RGB172116143-
CMYK00.330.170.33
HSL331.07º25.23%56.47%-
HSV(B)331.07º32.56%67.45%-
XYZ28.2223.2428.99-
YUV135.82132.05153.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 143 (56.25% from 255) = 33.18%
R=39.91%
G=26.91%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211614300.330.170.33331.0725.2356.47
HexAC748F021112114b1938
Octal25416421704121415133170
Binary1010110011101001000111101000011000110000110100101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC748F; }

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

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

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

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

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

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

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

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