#AC6A7D

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

Shades of Tapestry #AC6A7D

Tints of Tapestry #AC6A7D

Color information

#AC6A7D (or 0xAC6A7D) is unknown color: approx Tapestry. HEX triplet: AC, 6A and 7D. RGB value is (172,106,125). Sum of RGB (Red+Green+Blue) = 172+106+125=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A7D is #539582. Grayscale: #7F7F7F. Windows color (decimal): -5477763 or 8219308. OLE color: 8219308.

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

Color convert

RGB172106125-
CMYK00.380.270.33
HSL342.73º28.45%54.51%-
HSV(B)342.73º38.37%67.45%-
XYZ25.8720.5622.01-
YUV127.9126.37159.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.68%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 125 (49.22% from 255) = 31.02%
R=42.68%
G=26.30%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210612500.380.270.33342.7328.4554.51
HexAC6A7D0261B211571c37
Octal25415217504633415273467
Binary101011001101010111110101001101101110000110101011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A7D; }

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

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

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

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

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

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

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

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