#AA6D86

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

Shades of Tapestry #AA6D86

Tints of Tapestry #AA6D86

Color information

#AA6D86 (or 0xAA6D86) is unknown color: approx Tapestry. HEX triplet: AA, 6D and 86. RGB value is (170,109,134). Sum of RGB (Red+Green+Blue) = 170+109+134=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6D86 is #559279. Grayscale: #828282. Windows color (decimal): -5608058 or 8809898. OLE color: 8809898.

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

Color convert

RGB170109134-
CMYK00.360.210.33
HSL335.41º26.41%54.71%-
HSV(B)335.41º35.88%66.67%-
XYZ26.3521.225.26-
YUV130.09130.21156.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=41.16%
G=26.39%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010913400.360.210.33335.4126.4154.71
HexAA6D86024152114f1a37
Octal25215520604425415173267
Binary1010101011011011000011001001001010110000110100111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D86; }

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

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

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

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

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

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

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

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