Shades of Tapestry #AB7780
Tints of Tapestry #AB7780
RGB
CMYK
RGB Variations
Color information
#AB7780 (or 0xAB7780) is known color: Tapestry. HEX triplet: AB, 77 and 80. RGB value is (171,119,128). Sum of RGB (Red+Green+Blue) = 171+119+128=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7780 is #54887F. Grayscale: #878787. Windows color (decimal): -5539968 or 8419243. OLE color: 8419243.
HSL color Cylindrical-coordinate representation of color #AB7780: hue angle of 349.62º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB7780 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 128 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.33 |
| HSL | 349.62º | 0.24% | 0.57% | - |
| HSV(B) | 349.62º | 0.3% | 0.67% | - |
| XYZ | 27.29 | 23.41 | 23.5 | - |
| YUV | 135.57 | 123.73 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 128 | 0 | 0.30 | 0.25 | 0.33 | 349.62 | 0.24 | 0.57 |
| Hex | AB | 77 | 80 | 0 | 1E | 19 | 21 | 15E | 18 | 39 |
| Octal | 253 | 167 | 200 | 0 | 36 | 31 | 41 | 536 | 30 | 71 |
| Binary | 10101011 | 1110111 | 10000000 | 0 | 11110 | 11001 | 100001 | 101011110 | 11000 | 111001 |
Color Harmonies of #AB7780
Complementary color
Monochromatic Colors of #AB7780
Black with #AB7780
Text Example
Text Example
White with #AB7780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7780; }
p { color: rgb(171,119,128); }
H1.HeaderClassName
{
color: #AB7780;
}
.AnyTagClassName
{
color: #AB7780;
}
</style>
background-color css
<style>
a { background-color: #AB7780; }
a { background-color: rgb(171,119,128); }
div.DivClassName
{
background-color: #AB7780;
}
.BgClassName
{
background-color: #AB7780;
}
</style>
border-color css
<style>
span { border-color: #AB7780; }
span { border-color: rgb(171,119,128); }
td.TdClassName
{
border-color: #AB7780;
}
.TagClassName
{
border-color: #AB7780;
}
</style>