Shades of Tapestry #A8727F
Tints of Tapestry #A8727F
RGB
CMYK
RGB Variations
Color information
#A8727F (or 0xA8727F) is known color: Tapestry. HEX triplet: A8, 72 and 7F. RGB value is (168,114,127). Sum of RGB (Red+Green+Blue) = 168+114+127=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A8727F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8727F is #578D80. Grayscale: #838383. Windows color (decimal): -5737857 or 8352424. OLE color: 8352424.
HSL color Cylindrical-coordinate representation of color #A8727F: hue angle of 345.56º degrees, saturation: 0.24, 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 #A8727F is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 114 | 127 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.34 |
| HSL | 345.56º | 0.24% | 0.55% | - |
| HSV(B) | 345.56º | 0.32% | 0.66% | - |
| XYZ | 26 | 21.89 | 22.93 | - |
| YUV | 131.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 127 | 0 | 0.32 | 0.24 | 0.34 | 345.56 | 0.24 | 0.55 |
| Hex | A8 | 72 | 7F | 0 | 20 | 18 | 22 | 15A | 18 | 37 |
| Octal | 250 | 162 | 177 | 0 | 40 | 30 | 42 | 532 | 30 | 67 |
| Binary | 10101000 | 1110010 | 1111111 | 0 | 100000 | 11000 | 100010 | 101011010 | 11000 | 110111 |
Color Harmonies of #A8727F
Complementary color
Monochromatic Colors of #A8727F
Black with #A8727F
Text Example
Text Example
White with #A8727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8727F; }
p { color: rgb(168,114,127); }
H1.HeaderClassName
{
color: #A8727F;
}
.AnyTagClassName
{
color: #A8727F;
}
</style>
background-color css
<style>
a { background-color: #A8727F; }
a { background-color: rgb(168,114,127); }
div.DivClassName
{
background-color: #A8727F;
}
.BgClassName
{
background-color: #A8727F;
}
</style>
border-color css
<style>
span { border-color: #A8727F; }
span { border-color: rgb(168,114,127); }
td.TdClassName
{
border-color: #A8727F;
}
.TagClassName
{
border-color: #A8727F;
}
</style>