Shades of Tapestry #AA7C83
Tints of Tapestry #AA7C83
RGB
CMYK
RGB Variations
Color information
#AA7C83 (or 0xAA7C83) is known color: Tapestry. HEX triplet: AA, 7C and 83. RGB value is (170,124,131). Sum of RGB (Red+Green+Blue) = 170+124+131=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7C83 is #55837C. Grayscale: #8A8A8A. Windows color (decimal): -5604221 or 8617130. OLE color: 8617130.
HSL color Cylindrical-coordinate representation of color #AA7C83: hue angle of 350.87º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA7C83 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 124 | 131 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.33 |
| HSL | 350.87º | 0.21% | 0.58% | - |
| HSV(B) | 350.87º | 0.27% | 0.67% | - |
| XYZ | 27.88 | 24.6 | 24.75 | - |
| YUV | 138.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 131 | 0 | 0.27 | 0.23 | 0.33 | 350.87 | 0.21 | 0.58 |
| Hex | AA | 7C | 83 | 0 | 1B | 17 | 21 | 15F | 15 | 3A |
| Octal | 252 | 174 | 203 | 0 | 33 | 27 | 41 | 537 | 25 | 72 |
| Binary | 10101010 | 1111100 | 10000011 | 0 | 11011 | 10111 | 100001 | 101011111 | 10101 | 111010 |
Color Harmonies of #AA7C83
Complementary color
Monochromatic Colors of #AA7C83
Black with #AA7C83
Text Example
Text Example
White with #AA7C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7C83; }
p { color: rgb(170,124,131); }
H1.HeaderClassName
{
color: #AA7C83;
}
.AnyTagClassName
{
color: #AA7C83;
}
</style>
background-color css
<style>
a { background-color: #AA7C83; }
a { background-color: rgb(170,124,131); }
div.DivClassName
{
background-color: #AA7C83;
}
.BgClassName
{
background-color: #AA7C83;
}
</style>
border-color css
<style>
span { border-color: #AA7C83; }
span { border-color: rgb(170,124,131); }
td.TdClassName
{
border-color: #AA7C83;
}
.TagClassName
{
border-color: #AA7C83;
}
</style>