#AA617C

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

Shades of Tapestry #AA617C

Tints of Tapestry #AA617C

Color information

#AA617C (or 0xAA617C) is unknown color: approx Tapestry. HEX triplet: AA, 61 and 7C. RGB value is (170,97,124). Sum of RGB (Red+Green+Blue) = 170+97+124=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA617C is #559E83. Grayscale: #797979. Windows color (decimal): -5611140 or 8151466. OLE color: 8151466.

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

Color convert

RGB17097124-
CMYK00.430.270.33
HSL337.81º30.04%52.35%-
HSV(B)337.81º42.94%66.67%-
XYZ24.4918.5521.36-
YUV121.9129.18162.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 97 (38.28% from 255) = 24.81%
BLUE value IS 124 (48.83% from 255) = 31.71%
R=43.48%
G=24.81%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709712400.430.270.33337.8130.0452.35
HexAA617C02B1B211521e34
Octal25214117405333415223664
Binary101010101100001111110001010111101110000110101001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA617C; }

 p { color: rgb(170,97,124); }

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

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

 a { background-color: rgb(170,97,124); }

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

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

 span { border-color: rgb(170,97,124); }

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