Shades of Tapestry #AB778B
Tints of Tapestry #AB778B
RGB
CMYK
RGB Variations
Color information
#AB778B (or 0xAB778B) is known color: Tapestry. HEX triplet: AB, 77 and 8B. RGB value is (171,119,139). Sum of RGB (Red+Green+Blue) = 171+119+139=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB778B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB778B is #548874. Grayscale: #888888. Windows color (decimal): -5539957 or 9140139. OLE color: 9140139.
HSL color Cylindrical-coordinate representation of color #AB778B: hue angle of 336.92º 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 #AB778B is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 139 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.33 |
| HSL | 336.92º | 0.24% | 0.57% | - |
| HSV(B) | 336.92º | 0.3% | 0.67% | - |
| XYZ | 28.05 | 23.72 | 27.53 | - |
| YUV | 136.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 139 | 0 | 0.30 | 0.19 | 0.33 | 336.92 | 0.24 | 0.57 |
| Hex | AB | 77 | 8B | 0 | 1E | 13 | 21 | 151 | 18 | 39 |
| Octal | 253 | 167 | 213 | 0 | 36 | 23 | 41 | 521 | 30 | 71 |
| Binary | 10101011 | 1110111 | 10001011 | 0 | 11110 | 10011 | 100001 | 101010001 | 11000 | 111001 |
Color Harmonies of #AB778B
Complementary color
Monochromatic Colors of #AB778B
Black with #AB778B
Text Example
Text Example
White with #AB778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB778B; }
p { color: rgb(171,119,139); }
H1.HeaderClassName
{
color: #AB778B;
}
.AnyTagClassName
{
color: #AB778B;
}
</style>
background-color css
<style>
a { background-color: #AB778B; }
a { background-color: rgb(171,119,139); }
div.DivClassName
{
background-color: #AB778B;
}
.BgClassName
{
background-color: #AB778B;
}
</style>
border-color css
<style>
span { border-color: #AB778B; }
span { border-color: rgb(171,119,139); }
td.TdClassName
{
border-color: #AB778B;
}
.TagClassName
{
border-color: #AB778B;
}
</style>