#AA6E85

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

Shades of Tapestry #AA6E85

Tints of Tapestry #AA6E85

Color information

#AA6E85 (or 0xAA6E85) is unknown color: approx Tapestry. HEX triplet: AA, 6E and 85. RGB value is (170,110,133). Sum of RGB (Red+Green+Blue) = 170+110+133=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6E85 is #55917A. Grayscale: #828282. Windows color (decimal): -5607803 or 8744618. OLE color: 8744618.

HSL color Cylindrical-coordinate representation of color #AA6E85: hue angle of 337º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA6E85 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB170110133-
CMYK00.350.220.33
HSL337º26.09%54.9%-
HSV(B)337º35.29%66.67%-
XYZ26.3921.3924.93-
YUV130.56129.38156.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 133 (52.34% from 255) = 32.20%
R=41.16%
G=26.63%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011013300.350.220.3333726.0954.9
HexAA6E8502316211511a37
Octal25215620504326415213267
Binary1010101011011101000010101000111011010000110101000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E85; }

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

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

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

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

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

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

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

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