Shades of Tapestry #AB6B89
Tints of Tapestry #AB6B89
RGB
CMYK
RGB Variations
Color information
#AB6B89 (or 0xAB6B89) is known color: Tapestry. HEX triplet: AB, 6B and 89. RGB value is (171,107,137). Sum of RGB (Red+Green+Blue) = 171+107+137=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6B89 is #549476. Grayscale: #818181. Windows color (decimal): -5543031 or 9005995. OLE color: 9005995.
HSL color Cylindrical-coordinate representation of color #AB6B89: hue angle of 331.88º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6B89 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 137 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.33 |
| HSL | 331.88º | 0.28% | 0.55% | - |
| HSV(B) | 331.88º | 0.37% | 0.67% | - |
| XYZ | 26.57 | 20.98 | 26.32 | - |
| YUV | 129.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 137 | 0 | 0.37 | 0.20 | 0.33 | 331.88 | 0.28 | 0.55 |
| Hex | AB | 6B | 89 | 0 | 25 | 14 | 21 | 14C | 1C | 37 |
| Octal | 253 | 153 | 211 | 0 | 45 | 24 | 41 | 514 | 34 | 67 |
| Binary | 10101011 | 1101011 | 10001001 | 0 | 100101 | 10100 | 100001 | 101001100 | 11100 | 110111 |
Color Harmonies of #AB6B89
Complementary color
Monochromatic Colors of #AB6B89
Black with #AB6B89
Text Example
Text Example
White with #AB6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B89; }
p { color: rgb(171,107,137); }
H1.HeaderClassName
{
color: #AB6B89;
}
.AnyTagClassName
{
color: #AB6B89;
}
</style>
background-color css
<style>
a { background-color: #AB6B89; }
a { background-color: rgb(171,107,137); }
div.DivClassName
{
background-color: #AB6B89;
}
.BgClassName
{
background-color: #AB6B89;
}
</style>
border-color css
<style>
span { border-color: #AB6B89; }
span { border-color: rgb(171,107,137); }
td.TdClassName
{
border-color: #AB6B89;
}
.TagClassName
{
border-color: #AB6B89;
}
</style>