Shades of Tapestry #A8737F
Tints of Tapestry #A8737F
RGB
CMYK
RGB Variations
Color information
#A8737F (or 0xA8737F) is known color: Tapestry. HEX triplet: A8, 73 and 7F. RGB value is (168,115,127). Sum of RGB (Red+Green+Blue) = 168+115+127=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8737F is #578C80. Grayscale: #848484. Windows color (decimal): -5737601 or 8352680. OLE color: 8352680.
HSL color Cylindrical-coordinate representation of color #A8737F: hue angle of 346.42º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8737F is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 127 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.34 |
| HSL | 346.42º | 0.23% | 0.55% | - |
| HSV(B) | 346.42º | 0.32% | 0.66% | - |
| XYZ | 26.11 | 22.12 | 22.97 | - |
| YUV | 132.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 127 | 0 | 0.32 | 0.24 | 0.34 | 346.42 | 0.23 | 0.55 |
| Hex | A8 | 73 | 7F | 0 | 20 | 18 | 22 | 15A | 17 | 37 |
| Octal | 250 | 163 | 177 | 0 | 40 | 30 | 42 | 532 | 27 | 67 |
| Binary | 10101000 | 1110011 | 1111111 | 0 | 100000 | 11000 | 100010 | 101011010 | 10111 | 110111 |
Color Harmonies of #A8737F
Complementary color
Monochromatic Colors of #A8737F
Black with #A8737F
Text Example
Text Example
White with #A8737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8737F; }
p { color: rgb(168,115,127); }
H1.HeaderClassName
{
color: #A8737F;
}
.AnyTagClassName
{
color: #A8737F;
}
</style>
background-color css
<style>
a { background-color: #A8737F; }
a { background-color: rgb(168,115,127); }
div.DivClassName
{
background-color: #A8737F;
}
.BgClassName
{
background-color: #A8737F;
}
</style>
border-color css
<style>
span { border-color: #A8737F; }
span { border-color: rgb(168,115,127); }
td.TdClassName
{
border-color: #A8737F;
}
.TagClassName
{
border-color: #A8737F;
}
</style>