Shades of Tapestry #A8697D
Tints of Tapestry #A8697D
RGB
CMYK
RGB Variations
Color information
#A8697D (or 0xA8697D) is known color: Tapestry. HEX triplet: A8, 69 and 7D. RGB value is (168,105,125). Sum of RGB (Red+Green+Blue) = 168+105+125=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A8697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8697D is #579682. Grayscale: #7E7E7E. Windows color (decimal): -5740163 or 8219048. OLE color: 8219048.
HSL color Cylindrical-coordinate representation of color #A8697D: hue angle of 340.95º 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 #A8697D is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 125 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.34 |
| HSL | 340.95º | 0.27% | 0.54% | - |
| HSV(B) | 340.95º | 0.38% | 0.66% | - |
| XYZ | 24.9 | 19.91 | 21.93 | - |
| YUV | 126.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 125 | 0 | 0.38 | 0.26 | 0.34 | 340.95 | 0.27 | 0.54 |
| Hex | A8 | 69 | 7D | 0 | 26 | 1A | 22 | 155 | 1B | 36 |
| Octal | 250 | 151 | 175 | 0 | 46 | 32 | 42 | 525 | 33 | 66 |
| Binary | 10101000 | 1101001 | 1111101 | 0 | 100110 | 11010 | 100010 | 101010101 | 11011 | 110110 |
Color Harmonies of #A8697D
Complementary color
Monochromatic Colors of #A8697D
Black with #A8697D
Text Example
Text Example
White with #A8697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8697D; }
p { color: rgb(168,105,125); }
H1.HeaderClassName
{
color: #A8697D;
}
.AnyTagClassName
{
color: #A8697D;
}
</style>
background-color css
<style>
a { background-color: #A8697D; }
a { background-color: rgb(168,105,125); }
div.DivClassName
{
background-color: #A8697D;
}
.BgClassName
{
background-color: #A8697D;
}
</style>
border-color css
<style>
span { border-color: #A8697D; }
span { border-color: rgb(168,105,125); }
td.TdClassName
{
border-color: #A8697D;
}
.TagClassName
{
border-color: #A8697D;
}
</style>