Shades of Tapestry #AA6078
Tints of Tapestry #AA6078
RGB
CMYK
RGB Variations
Color information
#AA6078 (or 0xAA6078) is known color: Tapestry. HEX triplet: AA, 60 and 78. RGB value is (170,96,120). Sum of RGB (Red+Green+Blue) = 170+96+120=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6078 is #559F87. Grayscale: #787878. Windows color (decimal): -5611400 or 7889066. OLE color: 7889066.
HSL color Cylindrical-coordinate representation of color #AA6078: hue angle of 340.54º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6078 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 96 | 120 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.33 |
| HSL | 340.54º | 0.3% | 0.52% | - |
| HSV(B) | 340.54º | 0.44% | 0.67% | - |
| XYZ | 24.15 | 18.27 | 20.02 | - |
| YUV | 120.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 96 | 120 | 0 | 0.44 | 0.29 | 0.33 | 340.54 | 0.3 | 0.52 |
| Hex | AA | 60 | 78 | 0 | 2C | 1D | 21 | 155 | 1E | 34 |
| Octal | 252 | 140 | 170 | 0 | 54 | 35 | 41 | 525 | 36 | 64 |
| Binary | 10101010 | 1100000 | 1111000 | 0 | 101100 | 11101 | 100001 | 101010101 | 11110 | 110100 |
Color Harmonies of #AA6078
Complementary color
Monochromatic Colors of #AA6078
Black with #AA6078
Text Example
Text Example
White with #AA6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6078; }
p { color: rgb(170,96,120); }
H1.HeaderClassName
{
color: #AA6078;
}
.AnyTagClassName
{
color: #AA6078;
}
</style>
background-color css
<style>
a { background-color: #AA6078; }
a { background-color: rgb(170,96,120); }
div.DivClassName
{
background-color: #AA6078;
}
.BgClassName
{
background-color: #AA6078;
}
</style>
border-color css
<style>
span { border-color: #AA6078; }
span { border-color: rgb(170,96,120); }
td.TdClassName
{
border-color: #AA6078;
}
.TagClassName
{
border-color: #AA6078;
}
</style>