#AC6586

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

Shades of Tapestry #AC6586

Tints of Tapestry #AC6586

Color information

#AC6586 (or 0xAC6586) is unknown color: approx Tapestry. HEX triplet: AC, 65 and 86. RGB value is (172,101,134). Sum of RGB (Red+Green+Blue) = 172+101+134=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6586 is #539A79. Grayscale: #7D7D7D. Windows color (decimal): -5479034 or 8807852. OLE color: 8807852.

HSL color Cylindrical-coordinate representation of color #AC6586: hue angle of 332.11º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC6586 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB172101134-
CMYK00.410.220.33
HSL332.11º29.96%53.53%-
HSV(B)332.11º41.28%67.45%-
XYZ25.9719.825.01-
YUV125.99132.52160.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=42.26%
G=24.82%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210113400.410.220.33332.1129.9653.53
HexAC6586029162114c1e36
Octal25414520605126415143666
Binary1010110011001011000011001010011011010000110100110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6586; }

 p { color: rgb(172,101,134); }

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

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

 a { background-color: rgb(172,101,134); }

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

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

 span { border-color: rgb(172,101,134); }

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