Shades of Tapestry #AA7483
Tints of Tapestry #AA7483
RGB
CMYK
RGB Variations
Color information
#AA7483 (or 0xAA7483) is known color: Tapestry. HEX triplet: AA, 74 and 83. RGB value is (170,116,131). Sum of RGB (Red+Green+Blue) = 170+116+131=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7483 is #558B7C. Grayscale: #858585. Windows color (decimal): -5606269 or 8615082. OLE color: 8615082.
HSL color Cylindrical-coordinate representation of color #AA7483: hue angle of 343.33º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA7483 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 131 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.33 |
| HSL | 343.33º | 0.24% | 0.56% | - |
| HSV(B) | 343.33º | 0.32% | 0.67% | - |
| XYZ | 26.92 | 22.68 | 24.43 | - |
| YUV | 133.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 131 | 0 | 0.32 | 0.23 | 0.33 | 343.33 | 0.24 | 0.56 |
| Hex | AA | 74 | 83 | 0 | 20 | 17 | 21 | 157 | 18 | 38 |
| Octal | 252 | 164 | 203 | 0 | 40 | 27 | 41 | 527 | 30 | 70 |
| Binary | 10101010 | 1110100 | 10000011 | 0 | 100000 | 10111 | 100001 | 101010111 | 11000 | 111000 |
Color Harmonies of #AA7483
Complementary color
Monochromatic Colors of #AA7483
Black with #AA7483
Text Example
Text Example
White with #AA7483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7483; }
p { color: rgb(170,116,131); }
H1.HeaderClassName
{
color: #AA7483;
}
.AnyTagClassName
{
color: #AA7483;
}
</style>
background-color css
<style>
a { background-color: #AA7483; }
a { background-color: rgb(170,116,131); }
div.DivClassName
{
background-color: #AA7483;
}
.BgClassName
{
background-color: #AA7483;
}
</style>
border-color css
<style>
span { border-color: #AA7483; }
span { border-color: rgb(170,116,131); }
td.TdClassName
{
border-color: #AA7483;
}
.TagClassName
{
border-color: #AA7483;
}
</style>