#AA6981

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

Shades of Tapestry #AA6981

Tints of Tapestry #AA6981

Color information

#AA6981 (or 0xAA6981) is unknown color: approx Tapestry. HEX triplet: AA, 69 and 81. RGB value is (170,105,129). Sum of RGB (Red+Green+Blue) = 170+105+129=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6981 is #55967E. Grayscale: #7F7F7F. Windows color (decimal): -5609087 or 8481194. OLE color: 8481194.

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

Color convert

RGB170105129-
CMYK00.380.240.33
HSL337.85º27.66%53.92%-
HSV(B)337.85º38.24%66.67%-
XYZ25.5920.2323.33-
YUV127.17129.03158.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 105 (41.41% from 255) = 25.99%
BLUE value IS 129 (50.78% from 255) = 31.93%
R=42.08%
G=25.99%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010512900.380.240.33337.8527.6653.92
HexAA698102618211521c36
Octal25215120104630415223466
Binary1010101011010011000000101001101100010000110101001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6981; }

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

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

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

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

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

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

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

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