Shades of Tapestry #A77A83
Tints of Tapestry #A77A83
RGB
CMYK
RGB Variations
Color information
#A77A83 (or 0xA77A83) is known color: Tapestry. HEX triplet: A7, 7A and 83. RGB value is (167,122,131). Sum of RGB (Red+Green+Blue) = 167+122+131=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77A83 is #58857C. Grayscale: #888888. Windows color (decimal): -5801341 or 8616615. OLE color: 8616615.
HSL color Cylindrical-coordinate representation of color #A77A83: hue angle of 348º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A77A83 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 131 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.35 |
| HSL | 348º | 0.2% | 0.57% | - |
| HSV(B) | 348º | 0.27% | 0.65% | - |
| XYZ | 26.99 | 23.77 | 24.64 | - |
| YUV | 136.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 131 | 0 | 0.27 | 0.22 | 0.35 | 348 | 0.2 | 0.57 |
| Hex | A7 | 7A | 83 | 0 | 1B | 16 | 23 | 15C | 14 | 39 |
| Octal | 247 | 172 | 203 | 0 | 33 | 26 | 43 | 534 | 24 | 71 |
| Binary | 10100111 | 1111010 | 10000011 | 0 | 11011 | 10110 | 100011 | 101011100 | 10100 | 111001 |
Color Harmonies of #A77A83
Complementary color
Monochromatic Colors of #A77A83
Black with #A77A83
Text Example
Text Example
White with #A77A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A83; }
p { color: rgb(167,122,131); }
H1.HeaderClassName
{
color: #A77A83;
}
.AnyTagClassName
{
color: #A77A83;
}
</style>
background-color css
<style>
a { background-color: #A77A83; }
a { background-color: rgb(167,122,131); }
div.DivClassName
{
background-color: #A77A83;
}
.BgClassName
{
background-color: #A77A83;
}
</style>
border-color css
<style>
span { border-color: #A77A83; }
span { border-color: rgb(167,122,131); }
td.TdClassName
{
border-color: #A77A83;
}
.TagClassName
{
border-color: #A77A83;
}
</style>