#AC6D8A

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

Shades of Tapestry #AC6D8A

Tints of Tapestry #AC6D8A

Color information

#AC6D8A (or 0xAC6D8A) is unknown color: approx Tapestry. HEX triplet: AC, 6D and 8A. RGB value is (172,109,138). Sum of RGB (Red+Green+Blue) = 172+109+138=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6D8A is #539275. Grayscale: #838383. Windows color (decimal): -5476982 or 9072044. OLE color: 9072044.

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

Color convert

RGB172109138-
CMYK00.370.200.33
HSL332.38º27.51%55.1%-
HSV(B)332.38º36.63%67.45%-
XYZ27.0721.5426.78-
YUV131.14131.87157.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=41.05%
G=26.01%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210913800.370.200.33332.3827.5155.1
HexAC6D8A025142114c1c37
Octal25415521204524415143467
Binary1010110011011011000101001001011010010000110100110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D8A; }

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

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

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

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

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

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

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

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