Shades of Tapestry #AA7083
Tints of Tapestry #AA7083
RGB
CMYK
RGB Variations
Color information
#AA7083 (or 0xAA7083) is known color: Tapestry. HEX triplet: AA, 70 and 83. RGB value is (170,112,131). Sum of RGB (Red+Green+Blue) = 170+112+131=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7083 is #558F7C. Grayscale: #838383. Windows color (decimal): -5607293 or 8614058. OLE color: 8614058.
HSL color Cylindrical-coordinate representation of color #AA7083: hue angle of 340.34º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7083 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 131 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.33 |
| HSL | 340.34º | 0.25% | 0.55% | - |
| HSV(B) | 340.34º | 0.34% | 0.67% | - |
| XYZ | 26.47 | 21.77 | 24.28 | - |
| YUV | 131.51 | 127.72 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 131 | 0 | 0.34 | 0.23 | 0.33 | 340.34 | 0.25 | 0.55 |
| Hex | AA | 70 | 83 | 0 | 22 | 17 | 21 | 154 | 19 | 37 |
| Octal | 252 | 160 | 203 | 0 | 42 | 27 | 41 | 524 | 31 | 67 |
| Binary | 10101010 | 1110000 | 10000011 | 0 | 100010 | 10111 | 100001 | 101010100 | 11001 | 110111 |
Color Harmonies of #AA7083
Complementary color
Monochromatic Colors of #AA7083
Black with #AA7083
Text Example
Text Example
White with #AA7083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7083; }
p { color: rgb(170,112,131); }
H1.HeaderClassName
{
color: #AA7083;
}
.AnyTagClassName
{
color: #AA7083;
}
</style>
background-color css
<style>
a { background-color: #AA7083; }
a { background-color: rgb(170,112,131); }
div.DivClassName
{
background-color: #AA7083;
}
.BgClassName
{
background-color: #AA7083;
}
</style>
border-color css
<style>
span { border-color: #AA7083; }
span { border-color: rgb(170,112,131); }
td.TdClassName
{
border-color: #AA7083;
}
.TagClassName
{
border-color: #AA7083;
}
</style>