#AA6D82

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

Shades of Tapestry #AA6D82

Tints of Tapestry #AA6D82

Color information

#AA6D82 (or 0xAA6D82) is unknown color: approx Tapestry. HEX triplet: AA, 6D and 82. RGB value is (170,109,130). Sum of RGB (Red+Green+Blue) = 170+109+130=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6D82 is #55927D. Grayscale: #818181. Windows color (decimal): -5608062 or 8547754. OLE color: 8547754.

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

Color convert

RGB170109130-
CMYK00.360.240.33
HSL339.34º26.41%54.71%-
HSV(B)339.34º35.88%66.67%-
XYZ26.0821.123.82-
YUV129.63128.21156.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=41.56%
G=26.65%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010913000.360.240.33339.3426.4154.71
HexAA6D8202418211531a37
Octal25215520204430415233267
Binary1010101011011011000001001001001100010000110101001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D82; }

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

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

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

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

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

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

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

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