Shades of Tapestry #AB697B
Tints of Tapestry #AB697B
RGB
CMYK
RGB Variations
Color information
#AB697B (or 0xAB697B) is known color: Tapestry. HEX triplet: AB, 69 and 7B. RGB value is (171,105,123). Sum of RGB (Red+Green+Blue) = 171+105+123=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #AB697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB697B is #549684. Grayscale: #7E7E7E. Windows color (decimal): -5543557 or 8087979. OLE color: 8087979.
HSL color Cylindrical-coordinate representation of color #AB697B: hue angle of 343.64º 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 #AB697B is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 123 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.33 |
| HSL | 343.64º | 0.28% | 0.54% | - |
| HSV(B) | 343.64º | 0.39% | 0.67% | - |
| XYZ | 25.42 | 20.19 | 21.3 | - |
| YUV | 126.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 123 | 0 | 0.39 | 0.28 | 0.33 | 343.64 | 0.28 | 0.54 |
| Hex | AB | 69 | 7B | 0 | 27 | 1C | 21 | 158 | 1C | 36 |
| Octal | 253 | 151 | 173 | 0 | 47 | 34 | 41 | 530 | 34 | 66 |
| Binary | 10101011 | 1101001 | 1111011 | 0 | 100111 | 11100 | 100001 | 101011000 | 11100 | 110110 |
Color Harmonies of #AB697B
Complementary color
Monochromatic Colors of #AB697B
Black with #AB697B
Text Example
Text Example
White with #AB697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB697B; }
p { color: rgb(171,105,123); }
H1.HeaderClassName
{
color: #AB697B;
}
.AnyTagClassName
{
color: #AB697B;
}
</style>
background-color css
<style>
a { background-color: #AB697B; }
a { background-color: rgb(171,105,123); }
div.DivClassName
{
background-color: #AB697B;
}
.BgClassName
{
background-color: #AB697B;
}
</style>
border-color css
<style>
span { border-color: #AB697B; }
span { border-color: rgb(171,105,123); }
td.TdClassName
{
border-color: #AB697B;
}
.TagClassName
{
border-color: #AB697B;
}
</style>