#AC6A7C

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

Shades of Tapestry #AC6A7C

Tints of Tapestry #AC6A7C

Color information

#AC6A7C (or 0xAC6A7C) is unknown color: approx Tapestry. HEX triplet: AC, 6A and 7C. RGB value is (172,106,124). Sum of RGB (Red+Green+Blue) = 172+106+124=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A7C is #539583. Grayscale: #7F7F7F. Windows color (decimal): -5477764 or 8153772. OLE color: 8153772.

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

Color convert

RGB172106124-
CMYK00.380.280.33
HSL343.64º28.45%54.51%-
HSV(B)343.64º38.37%67.45%-
XYZ25.8120.5321.67-
YUV127.79125.87159.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.79%
GREEN value IS 106 (41.80% from 255) = 26.37%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=42.79%
G=26.37%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210612400.380.280.33343.6428.4554.51
HexAC6A7C0261C211581c37
Octal25415217404634415303467
Binary101011001101010111110001001101110010000110101100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A7C; }

 p { color: rgb(172,106,124); }

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

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

 a { background-color: rgb(172,106,124); }

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

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

 span { border-color: rgb(172,106,124); }

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