Shades of Tapestry #AA7583
Tints of Tapestry #AA7583
RGB
CMYK
RGB Variations
Color information
#AA7583 (or 0xAA7583) is known color: Tapestry. HEX triplet: AA, 75 and 83. RGB value is (170,117,131). Sum of RGB (Red+Green+Blue) = 170+117+131=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7583 is #558A7C. Grayscale: #868686. Windows color (decimal): -5606013 or 8615338. OLE color: 8615338.
HSL color Cylindrical-coordinate representation of color #AA7583: hue angle of 344.15º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA7583 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 131 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.33 |
| HSL | 344.15º | 0.24% | 0.56% | - |
| HSV(B) | 344.15º | 0.31% | 0.67% | - |
| XYZ | 27.04 | 22.91 | 24.47 | - |
| YUV | 134.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 131 | 0 | 0.31 | 0.23 | 0.33 | 344.15 | 0.24 | 0.56 |
| Hex | AA | 75 | 83 | 0 | 1F | 17 | 21 | 158 | 18 | 38 |
| Octal | 252 | 165 | 203 | 0 | 37 | 27 | 41 | 530 | 30 | 70 |
| Binary | 10101010 | 1110101 | 10000011 | 0 | 11111 | 10111 | 100001 | 101011000 | 11000 | 111000 |
Color Harmonies of #AA7583
Complementary color
Monochromatic Colors of #AA7583
Black with #AA7583
Text Example
Text Example
White with #AA7583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7583; }
p { color: rgb(170,117,131); }
H1.HeaderClassName
{
color: #AA7583;
}
.AnyTagClassName
{
color: #AA7583;
}
</style>
background-color css
<style>
a { background-color: #AA7583; }
a { background-color: rgb(170,117,131); }
div.DivClassName
{
background-color: #AA7583;
}
.BgClassName
{
background-color: #AA7583;
}
</style>
border-color css
<style>
span { border-color: #AA7583; }
span { border-color: rgb(170,117,131); }
td.TdClassName
{
border-color: #AA7583;
}
.TagClassName
{
border-color: #AA7583;
}
</style>