Shades of Tapestry #AB748B
Tints of Tapestry #AB748B
RGB
CMYK
RGB Variations
Color information
#AB748B (or 0xAB748B) is known color: Tapestry. HEX triplet: AB, 74 and 8B. RGB value is (171,116,139). Sum of RGB (Red+Green+Blue) = 171+116+139=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB748B is #548B74. Grayscale: #878787. Windows color (decimal): -5540725 or 9139371. OLE color: 9139371.
HSL color Cylindrical-coordinate representation of color #AB748B: hue angle of 334.91º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB748B is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 139 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.33 |
| HSL | 334.91º | 0.25% | 0.56% | - |
| HSV(B) | 334.91º | 0.32% | 0.67% | - |
| XYZ | 27.7 | 23.01 | 27.41 | - |
| YUV | 135.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 139 | 0 | 0.32 | 0.19 | 0.33 | 334.91 | 0.25 | 0.56 |
| Hex | AB | 74 | 8B | 0 | 20 | 13 | 21 | 14F | 19 | 38 |
| Octal | 253 | 164 | 213 | 0 | 40 | 23 | 41 | 517 | 31 | 70 |
| Binary | 10101011 | 1110100 | 10001011 | 0 | 100000 | 10011 | 100001 | 101001111 | 11001 | 111000 |
Color Harmonies of #AB748B
Complementary color
Monochromatic Colors of #AB748B
Black with #AB748B
Text Example
Text Example
White with #AB748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB748B; }
p { color: rgb(171,116,139); }
H1.HeaderClassName
{
color: #AB748B;
}
.AnyTagClassName
{
color: #AB748B;
}
</style>
background-color css
<style>
a { background-color: #AB748B; }
a { background-color: rgb(171,116,139); }
div.DivClassName
{
background-color: #AB748B;
}
.BgClassName
{
background-color: #AB748B;
}
</style>
border-color css
<style>
span { border-color: #AB748B; }
span { border-color: rgb(171,116,139); }
td.TdClassName
{
border-color: #AB748B;
}
.TagClassName
{
border-color: #AB748B;
}
</style>