Shades of Tapestry #AB697E
Tints of Tapestry #AB697E
RGB
CMYK
RGB Variations
Color information
#AB697E (or 0xAB697E) is known color: Tapestry. HEX triplet: AB, 69 and 7E. RGB value is (171,105,126). Sum of RGB (Red+Green+Blue) = 171+105+126=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB697E is #549681. Grayscale: #7F7F7F. Windows color (decimal): -5543554 or 8284587. OLE color: 8284587.
HSL color Cylindrical-coordinate representation of color #AB697E: hue angle of 340.91º 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 #AB697E is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 126 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.33 |
| HSL | 340.91º | 0.28% | 0.54% | - |
| HSV(B) | 340.91º | 0.39% | 0.67% | - |
| XYZ | 25.61 | 20.27 | 22.3 | - |
| YUV | 127.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 126 | 0 | 0.39 | 0.26 | 0.33 | 340.91 | 0.28 | 0.54 |
| Hex | AB | 69 | 7E | 0 | 27 | 1A | 21 | 155 | 1C | 36 |
| Octal | 253 | 151 | 176 | 0 | 47 | 32 | 41 | 525 | 34 | 66 |
| Binary | 10101011 | 1101001 | 1111110 | 0 | 100111 | 11010 | 100001 | 101010101 | 11100 | 110110 |
Color Harmonies of #AB697E
Complementary color
Monochromatic Colors of #AB697E
Black with #AB697E
Text Example
Text Example
White with #AB697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB697E; }
p { color: rgb(171,105,126); }
H1.HeaderClassName
{
color: #AB697E;
}
.AnyTagClassName
{
color: #AB697E;
}
</style>
background-color css
<style>
a { background-color: #AB697E; }
a { background-color: rgb(171,105,126); }
div.DivClassName
{
background-color: #AB697E;
}
.BgClassName
{
background-color: #AB697E;
}
</style>
border-color css
<style>
span { border-color: #AB697E; }
span { border-color: rgb(171,105,126); }
td.TdClassName
{
border-color: #AB697E;
}
.TagClassName
{
border-color: #AB697E;
}
</style>