Shades of Tapestry #A8697C
Tints of Tapestry #A8697C
RGB
CMYK
RGB Variations
Color information
#A8697C (or 0xA8697C) is known color: Tapestry. HEX triplet: A8, 69 and 7C. RGB value is (168,105,124). Sum of RGB (Red+Green+Blue) = 168+105+124=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8697C is #579683. Grayscale: #7D7D7D. Windows color (decimal): -5740164 or 8153512. OLE color: 8153512.
HSL color Cylindrical-coordinate representation of color #A8697C: hue angle of 341.9º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8697C is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 124 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.34 |
| HSL | 341.9º | 0.27% | 0.54% | - |
| HSV(B) | 341.9º | 0.38% | 0.66% | - |
| XYZ | 24.84 | 19.88 | 21.6 | - |
| YUV | 126 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 124 | 0 | 0.38 | 0.26 | 0.34 | 341.9 | 0.27 | 0.54 |
| Hex | A8 | 69 | 7C | 0 | 26 | 1A | 22 | 156 | 1B | 36 |
| Octal | 250 | 151 | 174 | 0 | 46 | 32 | 42 | 526 | 33 | 66 |
| Binary | 10101000 | 1101001 | 1111100 | 0 | 100110 | 11010 | 100010 | 101010110 | 11011 | 110110 |
Color Harmonies of #A8697C
Complementary color
Monochromatic Colors of #A8697C
Black with #A8697C
Text Example
Text Example
White with #A8697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8697C; }
p { color: rgb(168,105,124); }
H1.HeaderClassName
{
color: #A8697C;
}
.AnyTagClassName
{
color: #A8697C;
}
</style>
background-color css
<style>
a { background-color: #A8697C; }
a { background-color: rgb(168,105,124); }
div.DivClassName
{
background-color: #A8697C;
}
.BgClassName
{
background-color: #A8697C;
}
</style>
border-color css
<style>
span { border-color: #A8697C; }
span { border-color: rgb(168,105,124); }
td.TdClassName
{
border-color: #A8697C;
}
.TagClassName
{
border-color: #A8697C;
}
</style>