#AA6685

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

Shades of Tapestry #AA6685

Tints of Tapestry #AA6685

Color information

#AA6685 (or 0xAA6685) is unknown color: approx Tapestry. HEX triplet: AA, 66 and 85. RGB value is (170,102,133). Sum of RGB (Red+Green+Blue) = 170+102+133=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6685 is #55997A. Grayscale: #7D7D7D. Windows color (decimal): -5609851 or 8742570. OLE color: 8742570.

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

Color convert

RGB170102133-
CMYK00.40.220.33
HSL332.65º28.57%53.33%-
HSV(B)332.65º40%66.67%-
XYZ25.5619.7424.65-
YUV125.87132.03159.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 133 (52.34% from 255) = 32.84%
R=41.98%
G=25.19%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010213300.40.220.33332.6528.5753.33
HexAA6685028162114d1d35
Octal25214620505026415153565
Binary1010101011001101000010101010001011010000110100110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6685; }

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

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

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

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

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

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

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

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