#AA6686

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

Shades of Tapestry #AA6686

Tints of Tapestry #AA6686

Color information

#AA6686 (or 0xAA6686) is unknown color: approx Tapestry. HEX triplet: AA, 66 and 86. RGB value is (170,102,134). Sum of RGB (Red+Green+Blue) = 170+102+134=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6686 is #559979. Grayscale: #7D7D7D. Windows color (decimal): -5609850 or 8808106. OLE color: 8808106.

HSL color Cylindrical-coordinate representation of color #AA6686: hue angle of 331.76º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA6686 is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB170102134-
CMYK00.40.210.33
HSL331.76º28.57%53.33%-
HSV(B)331.76º40%66.67%-
XYZ25.6319.7725.02-
YUV125.98132.53159.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 134 (52.73% from 255) = 33.00%
R=41.87%
G=25.12%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010213400.40.210.33331.7628.5753.33
HexAA6686028152114c1d35
Octal25214620605025415143565
Binary1010101011001101000011001010001010110000110100110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6686; }

 p { color: rgb(170,102,134); }

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

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

 a { background-color: rgb(170,102,134); }

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

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

 span { border-color: rgb(170,102,134); }

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