#AC6D7F

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

Shades of Tapestry #AC6D7F

Tints of Tapestry #AC6D7F

Color information

#AC6D7F (or 0xAC6D7F) is unknown color: approx Tapestry. HEX triplet: AC, 6D and 7F. RGB value is (172,109,127). Sum of RGB (Red+Green+Blue) = 172+109+127=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D7F is #539280. Grayscale: #818181. Windows color (decimal): -5476993 or 8351148. OLE color: 8351148.

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

Color convert

RGB172109127-
CMYK00.370.260.33
HSL342.86º27.51%55.1%-
HSV(B)342.86º36.63%67.45%-
XYZ26.3121.2422.79-
YUV129.89126.37158.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 127 (50% from 255) = 31.13%
R=42.16%
G=26.72%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210912700.370.260.33342.8627.5155.1
HexAC6D7F0251A211571c37
Octal25415517704532415273467
Binary101011001101101111111101001011101010000110101011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D7F; }

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

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

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

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

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

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

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

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