#AC6E7D

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

Shades of Tapestry #AC6E7D

Tints of Tapestry #AC6E7D

Color information

#AC6E7D (or 0xAC6E7D) is unknown color: approx Tapestry. HEX triplet: AC, 6E and 7D. RGB value is (172,110,125). Sum of RGB (Red+Green+Blue) = 172+110+125=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E7D is #539182. Grayscale: #828282. Windows color (decimal): -5476739 or 8220332. OLE color: 8220332.

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

Color convert

RGB172110125-
CMYK00.360.270.33
HSL345.48º27.19%55.29%-
HSV(B)345.48º36.05%67.45%-
XYZ26.2921.422.15-
YUV130.25125.04157.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 110 (43.36% from 255) = 27.03%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=42.26%
G=27.03%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211012500.360.270.33345.4827.1955.29
HexAC6E7D0241B211591b37
Octal25415617504433415313367
Binary101011001101110111110101001001101110000110101100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E7D; }

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

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

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

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

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

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

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

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