Shades of Tapestry #AA6B80
Tints of Tapestry #AA6B80
RGB
CMYK
RGB Variations
Color information
#AA6B80 (or 0xAA6B80) is known color: Tapestry. HEX triplet: AA, 6B and 80. RGB value is (170,107,128). Sum of RGB (Red+Green+Blue) = 170+107+128=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6B80 is #55947F. Grayscale: #808080. Windows color (decimal): -5608576 or 8416170. OLE color: 8416170.
HSL color Cylindrical-coordinate representation of color #AA6B80: hue angle of 340º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA6B80 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 128 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.33 |
| HSL | 340º | 0.27% | 0.54% | - |
| HSV(B) | 340º | 0.37% | 0.67% | - |
| XYZ | 25.73 | 20.62 | 23.05 | - |
| YUV | 128.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 128 | 0 | 0.37 | 0.25 | 0.33 | 340 | 0.27 | 0.54 |
| Hex | AA | 6B | 80 | 0 | 25 | 19 | 21 | 154 | 1B | 36 |
| Octal | 252 | 153 | 200 | 0 | 45 | 31 | 41 | 524 | 33 | 66 |
| Binary | 10101010 | 1101011 | 10000000 | 0 | 100101 | 11001 | 100001 | 101010100 | 11011 | 110110 |
Color Harmonies of #AA6B80
Complementary color
Monochromatic Colors of #AA6B80
Black with #AA6B80
Text Example
Text Example
White with #AA6B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B80; }
p { color: rgb(170,107,128); }
H1.HeaderClassName
{
color: #AA6B80;
}
.AnyTagClassName
{
color: #AA6B80;
}
</style>
background-color css
<style>
a { background-color: #AA6B80; }
a { background-color: rgb(170,107,128); }
div.DivClassName
{
background-color: #AA6B80;
}
.BgClassName
{
background-color: #AA6B80;
}
</style>
border-color css
<style>
span { border-color: #AA6B80; }
span { border-color: rgb(170,107,128); }
td.TdClassName
{
border-color: #AA6B80;
}
.TagClassName
{
border-color: #AA6B80;
}
</style>