#AA6586

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

Shades of Tapestry #AA6586

Tints of Tapestry #AA6586

Color information

#AA6586 (or 0xAA6586) is unknown color: approx Tapestry. HEX triplet: AA, 65 and 86. RGB value is (170,101,134). Sum of RGB (Red+Green+Blue) = 170+101+134=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6586 is #559A79. Grayscale: #7D7D7D. Windows color (decimal): -5610106 or 8807850. OLE color: 8807850.

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

Color convert

RGB170101134-
CMYK00.410.210.33
HSL331.3º28.87%53.14%-
HSV(B)331.3º40.59%66.67%-
XYZ25.5319.5724.99-
YUV125.39132.86159.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 101 (39.84% from 255) = 24.94%
BLUE value IS 134 (52.73% from 255) = 33.09%
R=41.98%
G=24.94%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010113400.410.210.33331.328.8753.14
HexAA6586029152114b1d35
Octal25214520605125415133565
Binary1010101011001011000011001010011010110000110100101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6586; }

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

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

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

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

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

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

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

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