#AC748D

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

Shades of Tapestry #AC748D

Tints of Tapestry #AC748D

Color information

#AC748D (or 0xAC748D) is unknown color: approx Tapestry. HEX triplet: AC, 74 and 8D. RGB value is (172,116,141). Sum of RGB (Red+Green+Blue) = 172+116+141=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC748D is #538B72. Grayscale: #878787. Windows color (decimal): -5475187 or 9270444. OLE color: 9270444.

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

Color convert

RGB172116141-
CMYK00.330.180.33
HSL333.21º25.23%56.47%-
HSV(B)333.21º32.56%67.45%-
XYZ28.0723.1828.2-
YUV135.59131.05153.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 116 (45.70% from 255) = 27.04%
BLUE value IS 141 (55.47% from 255) = 32.87%
R=40.09%
G=27.04%
B=32.87%

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
Decimal17211614100.330.180.33333.2125.2356.47
HexAC748D021122114d1938
Octal25416421504122415153170
Binary1010110011101001000110101000011001010000110100110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC748D; }

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

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

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

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

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

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

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

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