#AC6D8D

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

Shades of Tapestry #AC6D8D

Tints of Tapestry #AC6D8D

Color information

#AC6D8D (or 0xAC6D8D) is unknown color: approx Tapestry. HEX triplet: AC, 6D and 8D. RGB value is (172,109,141). Sum of RGB (Red+Green+Blue) = 172+109+141=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D8D is #539272. Grayscale: #838383. Windows color (decimal): -5476979 or 9268652. OLE color: 9268652.

HSL color Cylindrical-coordinate representation of color #AC6D8D: hue angle of 329.52º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6D8D is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB172109141-
CMYK00.370.180.33
HSL329.52º27.51%55.1%-
HSV(B)329.52º36.63%67.45%-
XYZ27.2921.6327.94-
YUV131.49133.37156.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 141 (55.47% from 255) = 33.41%
R=40.76%
G=25.83%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210914100.370.180.33329.5227.5155.1
HexAC6D8D025122114a1c37
Octal25415521504522415123467
Binary1010110011011011000110101001011001010000110100101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D8D; }

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

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

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

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

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

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

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

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