#AA6D81

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

Shades of Tapestry #AA6D81

Tints of Tapestry #AA6D81

Color information

#AA6D81 (or 0xAA6D81) is unknown color: approx Tapestry. HEX triplet: AA, 6D and 81. RGB value is (170,109,129). Sum of RGB (Red+Green+Blue) = 170+109+129=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6D81 is #55927E. Grayscale: #818181. Windows color (decimal): -5608063 or 8482218. OLE color: 8482218.

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

Color convert

RGB170109129-
CMYK00.360.240.33
HSL340.33º26.41%54.71%-
HSV(B)340.33º35.88%66.67%-
XYZ26.0121.0723.46-
YUV129.52127.71156.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 109 (42.97% from 255) = 26.72%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=41.67%
G=26.72%
B=31.62%

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
Decimal17010912900.360.240.33340.3326.4154.71
HexAA6D8102418211541a37
Octal25215520104430415243267
Binary1010101011011011000000101001001100010000110101010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D81; }

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

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

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

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

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

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

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

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