Shades of Tapestry #A77A85
Tints of Tapestry #A77A85
RGB
CMYK
RGB Variations
Color information
#A77A85 (or 0xA77A85) is known color: Tapestry. HEX triplet: A7, 7A and 85. RGB value is (167,122,133). Sum of RGB (Red+Green+Blue) = 167+122+133=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77A85 is #58857A. Grayscale: #888888. Windows color (decimal): -5801339 or 8747687. OLE color: 8747687.
HSL color Cylindrical-coordinate representation of color #A77A85: hue angle of 345.33º 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 #A77A85 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 133 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.35 |
| HSL | 345.33º | 0.2% | 0.57% | - |
| HSV(B) | 345.33º | 0.27% | 0.65% | - |
| XYZ | 27.13 | 23.83 | 25.36 | - |
| YUV | 136.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 133 | 0 | 0.27 | 0.20 | 0.35 | 345.33 | 0.2 | 0.57 |
| Hex | A7 | 7A | 85 | 0 | 1B | 14 | 23 | 159 | 14 | 39 |
| Octal | 247 | 172 | 205 | 0 | 33 | 24 | 43 | 531 | 24 | 71 |
| Binary | 10100111 | 1111010 | 10000101 | 0 | 11011 | 10100 | 100011 | 101011001 | 10100 | 111001 |
Color Harmonies of #A77A85
Complementary color
Monochromatic Colors of #A77A85
Black with #A77A85
Text Example
Text Example
White with #A77A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A85; }
p { color: rgb(167,122,133); }
H1.HeaderClassName
{
color: #A77A85;
}
.AnyTagClassName
{
color: #A77A85;
}
</style>
background-color css
<style>
a { background-color: #A77A85; }
a { background-color: rgb(167,122,133); }
div.DivClassName
{
background-color: #A77A85;
}
.BgClassName
{
background-color: #A77A85;
}
</style>
border-color css
<style>
span { border-color: #A77A85; }
span { border-color: rgb(167,122,133); }
td.TdClassName
{
border-color: #A77A85;
}
.TagClassName
{
border-color: #A77A85;
}
</style>