Shades of Tapestry #A77281
Tints of Tapestry #A77281
RGB
CMYK
RGB Variations
Color information
#A77281 (or 0xA77281) is known color: Tapestry. HEX triplet: A7, 72 and 81. RGB value is (167,114,129). Sum of RGB (Red+Green+Blue) = 167+114+129=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A77281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77281 is #588D7E. Grayscale: #838383. Windows color (decimal): -5803391 or 8483495. OLE color: 8483495.
HSL color Cylindrical-coordinate representation of color #A77281: hue angle of 343.02º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A77281 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 114 | 129 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.35 |
| HSL | 343.02º | 0.23% | 0.55% | - |
| HSV(B) | 343.02º | 0.32% | 0.65% | - |
| XYZ | 25.92 | 21.84 | 23.62 | - |
| YUV | 131.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 114 | 129 | 0 | 0.32 | 0.23 | 0.35 | 343.02 | 0.23 | 0.55 |
| Hex | A7 | 72 | 81 | 0 | 20 | 17 | 23 | 157 | 17 | 37 |
| Octal | 247 | 162 | 201 | 0 | 40 | 27 | 43 | 527 | 27 | 67 |
| Binary | 10100111 | 1110010 | 10000001 | 0 | 100000 | 10111 | 100011 | 101010111 | 10111 | 110111 |
Color Harmonies of #A77281
Complementary color
Monochromatic Colors of #A77281
Black with #A77281
Text Example
Text Example
White with #A77281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77281; }
p { color: rgb(167,114,129); }
H1.HeaderClassName
{
color: #A77281;
}
.AnyTagClassName
{
color: #A77281;
}
</style>
background-color css
<style>
a { background-color: #A77281; }
a { background-color: rgb(167,114,129); }
div.DivClassName
{
background-color: #A77281;
}
.BgClassName
{
background-color: #A77281;
}
</style>
border-color css
<style>
span { border-color: #A77281; }
span { border-color: rgb(167,114,129); }
td.TdClassName
{
border-color: #A77281;
}
.TagClassName
{
border-color: #A77281;
}
</style>