Shades of Tapestry #AB788A
Tints of Tapestry #AB788A
RGB
CMYK
RGB Variations
Color information
#AB788A (or 0xAB788A) is known color: Tapestry. HEX triplet: AB, 78 and 8A. RGB value is (171,120,138). Sum of RGB (Red+Green+Blue) = 171+120+138=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB788A is #548775. Grayscale: #898989. Windows color (decimal): -5539702 or 9074859. OLE color: 9074859.
HSL color Cylindrical-coordinate representation of color #AB788A: hue angle of 338.82º 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 #AB788A is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 138 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.33 |
| HSL | 338.82º | 0.23% | 0.57% | - |
| HSV(B) | 338.82º | 0.3% | 0.67% | - |
| XYZ | 28.1 | 23.93 | 27.18 | - |
| YUV | 137.3 | 128.4 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 138 | 0 | 0.30 | 0.19 | 0.33 | 338.82 | 0.23 | 0.57 |
| Hex | AB | 78 | 8A | 0 | 1E | 13 | 21 | 153 | 17 | 39 |
| Octal | 253 | 170 | 212 | 0 | 36 | 23 | 41 | 523 | 27 | 71 |
| Binary | 10101011 | 1111000 | 10001010 | 0 | 11110 | 10011 | 100001 | 101010011 | 10111 | 111001 |
Color Harmonies of #AB788A
Complementary color
Monochromatic Colors of #AB788A
Black with #AB788A
Text Example
Text Example
White with #AB788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB788A; }
p { color: rgb(171,120,138); }
H1.HeaderClassName
{
color: #AB788A;
}
.AnyTagClassName
{
color: #AB788A;
}
</style>
background-color css
<style>
a { background-color: #AB788A; }
a { background-color: rgb(171,120,138); }
div.DivClassName
{
background-color: #AB788A;
}
.BgClassName
{
background-color: #AB788A;
}
</style>
border-color css
<style>
span { border-color: #AB788A; }
span { border-color: rgb(171,120,138); }
td.TdClassName
{
border-color: #AB788A;
}
.TagClassName
{
border-color: #AB788A;
}
</style>