Shades of Tapestry #AB788B
Tints of Tapestry #AB788B
RGB
CMYK
RGB Variations
Color information
#AB788B (or 0xAB788B) is known color: Tapestry. HEX triplet: AB, 78 and 8B. RGB value is (171,120,139). Sum of RGB (Red+Green+Blue) = 171+120+139=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB788B is #548774. Grayscale: #898989. Windows color (decimal): -5539701 or 9140395. OLE color: 9140395.
HSL color Cylindrical-coordinate representation of color #AB788B: hue angle of 337.65º degrees, saturation: 0.23, 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 #AB788B is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 139 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.33 |
| HSL | 337.65º | 0.23% | 0.57% | - |
| HSV(B) | 337.65º | 0.3% | 0.67% | - |
| XYZ | 28.17 | 23.95 | 27.57 | - |
| YUV | 137.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 139 | 0 | 0.30 | 0.19 | 0.33 | 337.65 | 0.23 | 0.57 |
| Hex | AB | 78 | 8B | 0 | 1E | 13 | 21 | 152 | 17 | 39 |
| Octal | 253 | 170 | 213 | 0 | 36 | 23 | 41 | 522 | 27 | 71 |
| Binary | 10101011 | 1111000 | 10001011 | 0 | 11110 | 10011 | 100001 | 101010010 | 10111 | 111001 |
Color Harmonies of #AB788B
Complementary color
Monochromatic Colors of #AB788B
Black with #AB788B
Text Example
Text Example
White with #AB788B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB788B; }
p { color: rgb(171,120,139); }
H1.HeaderClassName
{
color: #AB788B;
}
.AnyTagClassName
{
color: #AB788B;
}
</style>
background-color css
<style>
a { background-color: #AB788B; }
a { background-color: rgb(171,120,139); }
div.DivClassName
{
background-color: #AB788B;
}
.BgClassName
{
background-color: #AB788B;
}
</style>
border-color css
<style>
span { border-color: #AB788B; }
span { border-color: rgb(171,120,139); }
td.TdClassName
{
border-color: #AB788B;
}
.TagClassName
{
border-color: #AB788B;
}
</style>