Shades of Tapestry #AB698D
Tints of Tapestry #AB698D
RGB
CMYK
RGB Variations
Color information
#AB698D (or 0xAB698D) is known color: Tapestry. HEX triplet: AB, 69 and 8D. RGB value is (171,105,141). Sum of RGB (Red+Green+Blue) = 171+105+141=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB698D is #549672. Grayscale: #808080. Windows color (decimal): -5543539 or 9267627. OLE color: 9267627.
HSL color Cylindrical-coordinate representation of color #AB698D: hue angle of 327.27º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB698D is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 141 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.33 |
| HSL | 327.27º | 0.28% | 0.54% | - |
| HSV(B) | 327.27º | 0.39% | 0.67% | - |
| XYZ | 26.65 | 20.68 | 27.79 | - |
| YUV | 128.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 141 | 0 | 0.39 | 0.18 | 0.33 | 327.27 | 0.28 | 0.54 |
| Hex | AB | 69 | 8D | 0 | 27 | 12 | 21 | 147 | 1C | 36 |
| Octal | 253 | 151 | 215 | 0 | 47 | 22 | 41 | 507 | 34 | 66 |
| Binary | 10101011 | 1101001 | 10001101 | 0 | 100111 | 10010 | 100001 | 101000111 | 11100 | 110110 |
Color Harmonies of #AB698D
Complementary color
Monochromatic Colors of #AB698D
Black with #AB698D
Text Example
Text Example
White with #AB698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB698D; }
p { color: rgb(171,105,141); }
H1.HeaderClassName
{
color: #AB698D;
}
.AnyTagClassName
{
color: #AB698D;
}
</style>
background-color css
<style>
a { background-color: #AB698D; }
a { background-color: rgb(171,105,141); }
div.DivClassName
{
background-color: #AB698D;
}
.BgClassName
{
background-color: #AB698D;
}
</style>
border-color css
<style>
span { border-color: #AB698D; }
span { border-color: rgb(171,105,141); }
td.TdClassName
{
border-color: #AB698D;
}
.TagClassName
{
border-color: #AB698D;
}
</style>