#AC7D8F

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

Shades of Tapestry #AC7D8F

Tints of Tapestry #AC7D8F

Color information

#AC7D8F (or 0xAC7D8F) is unknown color: approx Tapestry. HEX triplet: AC, 7D and 8F. RGB value is (172,125,143). Sum of RGB (Red+Green+Blue) = 172+125+143=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7D8F is #538270. Grayscale: #8D8D8D. Windows color (decimal): -5472881 or 9403820. OLE color: 9403820.

HSL color Cylindrical-coordinate representation of color #AC7D8F: hue angle of 337.02º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC7D8F is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB172125143-
CMYK00.270.170.33
HSL337.02º22.07%58.24%-
HSV(B)337.02º27.33%67.45%-
XYZ29.325.4229.35-
YUV141.1129.07150.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.09%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=39.09%
G=28.41%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17212514300.270.170.33337.0222.0758.24
HexAC7D8F01B1121151163a
Octal25417521703321415212672
Binary101011001111101100011110110111000110000110101000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7D8F; }

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

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

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

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

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

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

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

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