#AA6481

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

Shades of Tapestry #AA6481

Tints of Tapestry #AA6481

Color information

#AA6481 (or 0xAA6481) is unknown color: approx Tapestry. HEX triplet: AA, 64 and 81. RGB value is (170,100,129). Sum of RGB (Red+Green+Blue) = 170+100+129=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6481 is #559B7E. Grayscale: #7C7C7C. Windows color (decimal): -5610367 or 8479914. OLE color: 8479914.

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

Color convert

RGB170100129-
CMYK00.410.240.33
HSL335.14º29.17%52.94%-
HSV(B)335.14º41.18%66.67%-
XYZ25.119.2523.16-
YUV124.24130.69160.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=42.61%
G=25.06%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010012900.410.240.33335.1429.1752.94
HexAA6481029182114f1d35
Octal25214420105130415173565
Binary1010101011001001000000101010011100010000110100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6481; }

 p { color: rgb(170,100,129); }

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

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

 a { background-color: rgb(170,100,129); }

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

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

 span { border-color: rgb(170,100,129); }

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