#AC6E7F

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

Shades of Tapestry #AC6E7F

Tints of Tapestry #AC6E7F

Color information

#AC6E7F (or 0xAC6E7F) is unknown color: approx Tapestry. HEX triplet: AC, 6E and 7F. RGB value is (172,110,127). Sum of RGB (Red+Green+Blue) = 172+110+127=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E7F is #539180. Grayscale: #828282. Windows color (decimal): -5476737 or 8351404. OLE color: 8351404.

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

Color convert

RGB172110127-
CMYK00.360.260.33
HSL343.55º27.19%55.29%-
HSV(B)343.55º36.05%67.45%-
XYZ26.4221.4522.83-
YUV130.48126.04157.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 127 (50% from 255) = 31.05%
R=42.05%
G=26.89%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211012700.360.260.33343.5527.1955.29
HexAC6E7F0241A211581b37
Octal25415617704432415303367
Binary101011001101110111111101001001101010000110101100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E7F; }

 p { color: rgb(172,110,127); }

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

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

 a { background-color: rgb(172,110,127); }

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

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

 span { border-color: rgb(172,110,127); }

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