#AA6781

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

Shades of Tapestry #AA6781

Tints of Tapestry #AA6781

Color information

#AA6781 (or 0xAA6781) is unknown color: approx Tapestry. HEX triplet: AA, 67 and 81. RGB value is (170,103,129). Sum of RGB (Red+Green+Blue) = 170+103+129=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6781 is #55987E. Grayscale: #7D7D7D. Windows color (decimal): -5609599 or 8480682. OLE color: 8480682.

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

Color convert

RGB170103129-
CMYK00.390.240.33
HSL336.72º28.27%53.53%-
HSV(B)336.72º39.41%66.67%-
XYZ25.3919.8323.26-
YUV126129.7159.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=42.29%
G=25.62%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010312900.390.240.33336.7228.2753.53
HexAA678102718211511c36
Octal25214720104730415213466
Binary1010101011001111000000101001111100010000110101000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6781; }

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

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

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

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

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

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

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

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