Shades of Tapestry #AB697F
Tints of Tapestry #AB697F
RGB
CMYK
RGB Variations
Color information
#AB697F (or 0xAB697F) is known color: Tapestry. HEX triplet: AB, 69 and 7F. RGB value is (171,105,127). Sum of RGB (Red+Green+Blue) = 171+105+127=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB697F is #549680. Grayscale: #7F7F7F. Windows color (decimal): -5543553 or 8350123. OLE color: 8350123.
HSL color Cylindrical-coordinate representation of color #AB697F: hue angle of 340º 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 #AB697F is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 127 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.33 |
| HSL | 340º | 0.28% | 0.54% | - |
| HSV(B) | 340º | 0.39% | 0.67% | - |
| XYZ | 25.68 | 20.29 | 22.64 | - |
| YUV | 127.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 127 | 0 | 0.39 | 0.26 | 0.33 | 340 | 0.28 | 0.54 |
| Hex | AB | 69 | 7F | 0 | 27 | 1A | 21 | 154 | 1C | 36 |
| Octal | 253 | 151 | 177 | 0 | 47 | 32 | 41 | 524 | 34 | 66 |
| Binary | 10101011 | 1101001 | 1111111 | 0 | 100111 | 11010 | 100001 | 101010100 | 11100 | 110110 |
Color Harmonies of #AB697F
Complementary color
Monochromatic Colors of #AB697F
Black with #AB697F
Text Example
Text Example
White with #AB697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB697F; }
p { color: rgb(171,105,127); }
H1.HeaderClassName
{
color: #AB697F;
}
.AnyTagClassName
{
color: #AB697F;
}
</style>
background-color css
<style>
a { background-color: #AB697F; }
a { background-color: rgb(171,105,127); }
div.DivClassName
{
background-color: #AB697F;
}
.BgClassName
{
background-color: #AB697F;
}
</style>
border-color css
<style>
span { border-color: #AB697F; }
span { border-color: rgb(171,105,127); }
td.TdClassName
{
border-color: #AB697F;
}
.TagClassName
{
border-color: #AB697F;
}
</style>