#AA6D8A

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

Shades of Tapestry #AA6D8A

Tints of Tapestry #AA6D8A

Color information

#AA6D8A (or 0xAA6D8A) is unknown color: approx Tapestry. HEX triplet: AA, 6D and 8A. RGB value is (170,109,138). Sum of RGB (Red+Green+Blue) = 170+109+138=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6D8A is #559275. Grayscale: #828282. Windows color (decimal): -5608054 or 9072042. OLE color: 9072042.

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

Color convert

RGB170109138-
CMYK00.360.190.33
HSL331.48º26.41%54.71%-
HSV(B)331.48º35.88%66.67%-
XYZ26.6321.3226.76-
YUV130.54132.21156.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 109 (42.97% from 255) = 26.14%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=40.77%
G=26.14%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010913800.360.190.33331.4826.4154.71
HexAA6D8A024132114b1a37
Octal25215521204423415133267
Binary1010101011011011000101001001001001110000110100101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D8A; }

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

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

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

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

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

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

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

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