#AA617A

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

Shades of Tapestry #AA617A

Tints of Tapestry #AA617A

Color information

#AA617A (or 0xAA617A) is unknown color: approx Tapestry. HEX triplet: AA, 61 and 7A. RGB value is (170,97,122). Sum of RGB (Red+Green+Blue) = 170+97+122=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA617A is #559E85. Grayscale: #797979. Windows color (decimal): -5611142 or 8020394. OLE color: 8020394.

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

Color convert

RGB17097122-
CMYK00.430.280.33
HSL339.45º30.04%52.35%-
HSV(B)339.45º42.94%66.67%-
XYZ24.3718.520.7-
YUV121.68128.18162.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=43.70%
G=24.94%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709712200.430.280.33339.4530.0452.35
HexAA617A02B1C211531e34
Octal25214117205334415233664
Binary101010101100001111101001010111110010000110101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA617A; }

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

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

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

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

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

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

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

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