Shades of Tapestry #AA7683
Tints of Tapestry #AA7683
RGB
CMYK
RGB Variations
Color information
#AA7683 (or 0xAA7683) is known color: Tapestry. HEX triplet: AA, 76 and 83. RGB value is (170,118,131). Sum of RGB (Red+Green+Blue) = 170+118+131=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7683 is #55897C. Grayscale: #878787. Windows color (decimal): -5605757 or 8615594. OLE color: 8615594.
HSL color Cylindrical-coordinate representation of color #AA7683: hue angle of 345º degrees, saturation: 0.23, 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 #AA7683 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 131 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.33 |
| HSL | 345º | 0.23% | 0.56% | - |
| HSV(B) | 345º | 0.31% | 0.67% | - |
| XYZ | 27.15 | 23.14 | 24.51 | - |
| YUV | 135.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 131 | 0 | 0.31 | 0.23 | 0.33 | 345 | 0.23 | 0.56 |
| Hex | AA | 76 | 83 | 0 | 1F | 17 | 21 | 159 | 17 | 38 |
| Octal | 252 | 166 | 203 | 0 | 37 | 27 | 41 | 531 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10000011 | 0 | 11111 | 10111 | 100001 | 101011001 | 10111 | 111000 |
Color Harmonies of #AA7683
Complementary color
Monochromatic Colors of #AA7683
Black with #AA7683
Text Example
Text Example
White with #AA7683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7683; }
p { color: rgb(170,118,131); }
H1.HeaderClassName
{
color: #AA7683;
}
.AnyTagClassName
{
color: #AA7683;
}
</style>
background-color css
<style>
a { background-color: #AA7683; }
a { background-color: rgb(170,118,131); }
div.DivClassName
{
background-color: #AA7683;
}
.BgClassName
{
background-color: #AA7683;
}
</style>
border-color css
<style>
span { border-color: #AA7683; }
span { border-color: rgb(170,118,131); }
td.TdClassName
{
border-color: #AA7683;
}
.TagClassName
{
border-color: #AA7683;
}
</style>