#AC6A7F

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

Shades of Tapestry #AC6A7F

Tints of Tapestry #AC6A7F

Color information

#AC6A7F (or 0xAC6A7F) is unknown color: approx Tapestry. HEX triplet: AC, 6A and 7F. RGB value is (172,106,127). Sum of RGB (Red+Green+Blue) = 172+106+127=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6A7F is #539580. Grayscale: #808080. Windows color (decimal): -5477761 or 8350380. OLE color: 8350380.

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

Color convert

RGB172106127-
CMYK00.380.260.33
HSL340.91º28.45%54.51%-
HSV(B)340.91º38.37%67.45%-
XYZ2620.6122.69-
YUV128.13127.37159.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 127 (50% from 255) = 31.36%
R=42.47%
G=26.17%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210612700.380.260.33340.9128.4554.51
HexAC6A7F0261A211551c37
Octal25415217704632415253467
Binary101011001101010111111101001101101010000110101010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6A7F; }

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

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

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

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

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

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

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

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