Shades of Tapestry #AB728C
Tints of Tapestry #AB728C
RGB
CMYK
RGB Variations
Color information
#AB728C (or 0xAB728C) is known color: Tapestry. HEX triplet: AB, 72 and 8C. RGB value is (171,114,140). Sum of RGB (Red+Green+Blue) = 171+114+140=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB728C is #548D73. Grayscale: #858585. Windows color (decimal): -5541236 or 9204395. OLE color: 9204395.
HSL color Cylindrical-coordinate representation of color #AB728C: hue angle of 332.63º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB728C is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 140 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.33 |
| HSL | 332.63º | 0.25% | 0.56% | - |
| HSV(B) | 332.63º | 0.33% | 0.67% | - |
| XYZ | 27.55 | 22.59 | 27.72 | - |
| YUV | 134.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 140 | 0 | 0.33 | 0.18 | 0.33 | 332.63 | 0.25 | 0.56 |
| Hex | AB | 72 | 8C | 0 | 21 | 12 | 21 | 14D | 19 | 38 |
| Octal | 253 | 162 | 214 | 0 | 41 | 22 | 41 | 515 | 31 | 70 |
| Binary | 10101011 | 1110010 | 10001100 | 0 | 100001 | 10010 | 100001 | 101001101 | 11001 | 111000 |
Color Harmonies of #AB728C
Complementary color
Monochromatic Colors of #AB728C
Black with #AB728C
Text Example
Text Example
White with #AB728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB728C; }
p { color: rgb(171,114,140); }
H1.HeaderClassName
{
color: #AB728C;
}
.AnyTagClassName
{
color: #AB728C;
}
</style>
background-color css
<style>
a { background-color: #AB728C; }
a { background-color: rgb(171,114,140); }
div.DivClassName
{
background-color: #AB728C;
}
.BgClassName
{
background-color: #AB728C;
}
</style>
border-color css
<style>
span { border-color: #AB728C; }
span { border-color: rgb(171,114,140); }
td.TdClassName
{
border-color: #AB728C;
}
.TagClassName
{
border-color: #AB728C;
}
</style>