Shades of Tapestry #AB6B80
Tints of Tapestry #AB6B80
RGB
CMYK
RGB Variations
Color information
#AB6B80 (or 0xAB6B80) is known color: Tapestry. HEX triplet: AB, 6B and 80. RGB value is (171,107,128). Sum of RGB (Red+Green+Blue) = 171+107+128=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6B80 is #54947F. Grayscale: #808080. Windows color (decimal): -5543040 or 8416171. OLE color: 8416171.
HSL color Cylindrical-coordinate representation of color #AB6B80: hue angle of 340.31º 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 #AB6B80 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 128 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.33 |
| HSL | 340.31º | 0.28% | 0.55% | - |
| HSV(B) | 340.31º | 0.37% | 0.67% | - |
| XYZ | 25.95 | 20.73 | 23.06 | - |
| YUV | 128.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 128 | 0 | 0.37 | 0.25 | 0.33 | 340.31 | 0.28 | 0.55 |
| Hex | AB | 6B | 80 | 0 | 25 | 19 | 21 | 154 | 1C | 37 |
| Octal | 253 | 153 | 200 | 0 | 45 | 31 | 41 | 524 | 34 | 67 |
| Binary | 10101011 | 1101011 | 10000000 | 0 | 100101 | 11001 | 100001 | 101010100 | 11100 | 110111 |
Color Harmonies of #AB6B80
Complementary color
Monochromatic Colors of #AB6B80
Black with #AB6B80
Text Example
Text Example
White with #AB6B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B80; }
p { color: rgb(171,107,128); }
H1.HeaderClassName
{
color: #AB6B80;
}
.AnyTagClassName
{
color: #AB6B80;
}
</style>
background-color css
<style>
a { background-color: #AB6B80; }
a { background-color: rgb(171,107,128); }
div.DivClassName
{
background-color: #AB6B80;
}
.BgClassName
{
background-color: #AB6B80;
}
</style>
border-color css
<style>
span { border-color: #AB6B80; }
span { border-color: rgb(171,107,128); }
td.TdClassName
{
border-color: #AB6B80;
}
.TagClassName
{
border-color: #AB6B80;
}
</style>