Shades of Tapestry #AA6183
Tints of Tapestry #AA6183
RGB
CMYK
RGB Variations
Color information
#AA6183 (or 0xAA6183) is known color: Tapestry. HEX triplet: AA, 61 and 83. RGB value is (170,97,131). Sum of RGB (Red+Green+Blue) = 170+97+131=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6183 is #559E7C. Grayscale: #7A7A7A. Windows color (decimal): -5611133 or 8610218. OLE color: 8610218.
HSL color Cylindrical-coordinate representation of color #AA6183: hue angle of 332.05º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6183 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 97 | 131 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.33 |
| HSL | 332.05º | 0.3% | 0.52% | - |
| HSV(B) | 332.05º | 0.43% | 0.67% | - |
| XYZ | 24.95 | 18.73 | 23.77 | - |
| YUV | 122.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 97 | 131 | 0 | 0.43 | 0.23 | 0.33 | 332.05 | 0.3 | 0.52 |
| Hex | AA | 61 | 83 | 0 | 2B | 17 | 21 | 14C | 1E | 34 |
| Octal | 252 | 141 | 203 | 0 | 53 | 27 | 41 | 514 | 36 | 64 |
| Binary | 10101010 | 1100001 | 10000011 | 0 | 101011 | 10111 | 100001 | 101001100 | 11110 | 110100 |
Color Harmonies of #AA6183
Complementary color
Monochromatic Colors of #AA6183
Black with #AA6183
Text Example
Text Example
White with #AA6183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6183; }
p { color: rgb(170,97,131); }
H1.HeaderClassName
{
color: #AA6183;
}
.AnyTagClassName
{
color: #AA6183;
}
</style>
background-color css
<style>
a { background-color: #AA6183; }
a { background-color: rgb(170,97,131); }
div.DivClassName
{
background-color: #AA6183;
}
.BgClassName
{
background-color: #AA6183;
}
</style>
border-color css
<style>
span { border-color: #AA6183; }
span { border-color: rgb(170,97,131); }
td.TdClassName
{
border-color: #AA6183;
}
.TagClassName
{
border-color: #AA6183;
}
</style>