Shades of Tapestry #AB687E
Tints of Tapestry #AB687E
RGB
CMYK
RGB Variations
Color information
#AB687E (or 0xAB687E) is known color: Tapestry. HEX triplet: AB, 68 and 7E. RGB value is (171,104,126). Sum of RGB (Red+Green+Blue) = 171+104+126=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB687E is #549781. Grayscale: #7E7E7E. Windows color (decimal): -5543810 or 8284331. OLE color: 8284331.
HSL color Cylindrical-coordinate representation of color #AB687E: hue angle of 340.3º degrees, saturation: 0.29, 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 #AB687E is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 126 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.33 |
| HSL | 340.3º | 0.29% | 0.54% | - |
| HSV(B) | 340.3º | 0.39% | 0.67% | - |
| XYZ | 25.51 | 20.06 | 22.27 | - |
| YUV | 126.54 | 127.7 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 126 | 0 | 0.39 | 0.26 | 0.33 | 340.3 | 0.29 | 0.54 |
| Hex | AB | 68 | 7E | 0 | 27 | 1A | 21 | 154 | 1D | 36 |
| Octal | 253 | 150 | 176 | 0 | 47 | 32 | 41 | 524 | 35 | 66 |
| Binary | 10101011 | 1101000 | 1111110 | 0 | 100111 | 11010 | 100001 | 101010100 | 11101 | 110110 |
Color Harmonies of #AB687E
Complementary color
Monochromatic Colors of #AB687E
Black with #AB687E
Text Example
Text Example
White with #AB687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB687E; }
p { color: rgb(171,104,126); }
H1.HeaderClassName
{
color: #AB687E;
}
.AnyTagClassName
{
color: #AB687E;
}
</style>
background-color css
<style>
a { background-color: #AB687E; }
a { background-color: rgb(171,104,126); }
div.DivClassName
{
background-color: #AB687E;
}
.BgClassName
{
background-color: #AB687E;
}
</style>
border-color css
<style>
span { border-color: #AB687E; }
span { border-color: rgb(171,104,126); }
td.TdClassName
{
border-color: #AB687E;
}
.TagClassName
{
border-color: #AB687E;
}
</style>