#AA6D80

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

Shades of Tapestry #AA6D80

Tints of Tapestry #AA6D80

Color information

#AA6D80 (or 0xAA6D80) is unknown color: approx Tapestry. HEX triplet: AA, 6D and 80. RGB value is (170,109,128). Sum of RGB (Red+Green+Blue) = 170+109+128=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6D80 is #55927F. Grayscale: #818181. Windows color (decimal): -5608064 or 8416682. OLE color: 8416682.

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

Color convert

RGB170109128-
CMYK00.360.250.33
HSL341.31º26.41%54.71%-
HSV(B)341.31º35.88%66.67%-
XYZ25.9421.0423.12-
YUV129.4127.21156.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=41.77%
G=26.78%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17010912800.360.250.33341.3126.4154.71
HexAA6D8002419211551a37
Octal25215520004431415253267
Binary1010101011011011000000001001001100110000110101010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6D80; }

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

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

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

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

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

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

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

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