#AA6E8A

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

Shades of Tapestry #AA6E8A

Tints of Tapestry #AA6E8A

Color information

#AA6E8A (or 0xAA6E8A) is unknown color: approx Tapestry. HEX triplet: AA, 6E and 8A. RGB value is (170,110,138). Sum of RGB (Red+Green+Blue) = 170+110+138=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6E8A is #559175. Grayscale: #838383. Windows color (decimal): -5607798 or 9072298. OLE color: 9072298.

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

Color convert

RGB170110138-
CMYK00.350.190.33
HSL332º26.09%54.9%-
HSV(B)332º35.29%66.67%-
XYZ26.7421.5326.79-
YUV131.13131.88155.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=40.67%
G=26.32%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011013800.350.190.3333226.0954.9
HexAA6E8A023132114c1a37
Octal25215621204323415143267
Binary1010101011011101000101001000111001110000110100110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E8A; }

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

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

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

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

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

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

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

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