Shades of Tapestry #AA6379
Tints of Tapestry #AA6379
RGB
CMYK
RGB Variations
Color information
#AA6379 (or 0xAA6379) is known color: Tapestry. HEX triplet: AA, 63 and 79. RGB value is (170,99,121). Sum of RGB (Red+Green+Blue) = 170+99+121=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 99 (39.06% from 255 or 25.38% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6379 is #559C86. Grayscale: #7A7A7A. Windows color (decimal): -5610631 or 7955370. OLE color: 7955370.
HSL color Cylindrical-coordinate representation of color #AA6379: hue angle of 341.41º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA6379 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 99 | 121 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.33 |
| HSL | 341.41º | 0.29% | 0.53% | - |
| HSV(B) | 341.41º | 0.42% | 0.67% | - |
| XYZ | 24.49 | 18.85 | 20.44 | - |
| YUV | 122.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 99 | 121 | 0 | 0.42 | 0.29 | 0.33 | 341.41 | 0.29 | 0.53 |
| Hex | AA | 63 | 79 | 0 | 2A | 1D | 21 | 155 | 1D | 35 |
| Octal | 252 | 143 | 171 | 0 | 52 | 35 | 41 | 525 | 35 | 65 |
| Binary | 10101010 | 1100011 | 1111001 | 0 | 101010 | 11101 | 100001 | 101010101 | 11101 | 110101 |
Color Harmonies of #AA6379
Complementary color
Monochromatic Colors of #AA6379
Black with #AA6379
Text Example
Text Example
White with #AA6379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6379; }
p { color: rgb(170,99,121); }
H1.HeaderClassName
{
color: #AA6379;
}
.AnyTagClassName
{
color: #AA6379;
}
</style>
background-color css
<style>
a { background-color: #AA6379; }
a { background-color: rgb(170,99,121); }
div.DivClassName
{
background-color: #AA6379;
}
.BgClassName
{
background-color: #AA6379;
}
</style>
border-color css
<style>
span { border-color: #AA6379; }
span { border-color: rgb(170,99,121); }
td.TdClassName
{
border-color: #AA6379;
}
.TagClassName
{
border-color: #AA6379;
}
</style>