Shades of Tapestry #AB7289
Tints of Tapestry #AB7289
RGB
CMYK
RGB Variations
Color information
#AB7289 (or 0xAB7289) is known color: Tapestry. HEX triplet: AB, 72 and 89. RGB value is (171,114,137). Sum of RGB (Red+Green+Blue) = 171+114+137=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7289 is #548D76. Grayscale: #858585. Windows color (decimal): -5541239 or 9007787. OLE color: 9007787.
HSL color Cylindrical-coordinate representation of color #AB7289: hue angle of 335.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7289 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 137 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.33 |
| HSL | 335.79º | 0.25% | 0.56% | - |
| HSV(B) | 335.79º | 0.33% | 0.67% | - |
| XYZ | 27.33 | 22.5 | 26.57 | - |
| YUV | 133.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 137 | 0 | 0.33 | 0.20 | 0.33 | 335.79 | 0.25 | 0.56 |
| Hex | AB | 72 | 89 | 0 | 21 | 14 | 21 | 150 | 19 | 38 |
| Octal | 253 | 162 | 211 | 0 | 41 | 24 | 41 | 520 | 31 | 70 |
| Binary | 10101011 | 1110010 | 10001001 | 0 | 100001 | 10100 | 100001 | 101010000 | 11001 | 111000 |
Color Harmonies of #AB7289
Complementary color
Monochromatic Colors of #AB7289
Black with #AB7289
Text Example
Text Example
White with #AB7289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7289; }
p { color: rgb(171,114,137); }
H1.HeaderClassName
{
color: #AB7289;
}
.AnyTagClassName
{
color: #AB7289;
}
</style>
background-color css
<style>
a { background-color: #AB7289; }
a { background-color: rgb(171,114,137); }
div.DivClassName
{
background-color: #AB7289;
}
.BgClassName
{
background-color: #AB7289;
}
</style>
border-color css
<style>
span { border-color: #AB7289; }
span { border-color: rgb(171,114,137); }
td.TdClassName
{
border-color: #AB7289;
}
.TagClassName
{
border-color: #AB7289;
}
</style>