Shades of Tapestry #AB7485
Tints of Tapestry #AB7485
RGB
CMYK
RGB Variations
Color information
#AB7485 (or 0xAB7485) is known color: Tapestry. HEX triplet: AB, 74 and 85. RGB value is (171,116,133). Sum of RGB (Red+Green+Blue) = 171+116+133=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7485 is #548B7A. Grayscale: #868686. Windows color (decimal): -5540731 or 8746155. OLE color: 8746155.
HSL color Cylindrical-coordinate representation of color #AB7485: hue angle of 341.45º 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 #AB7485 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 133 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.33 |
| HSL | 341.45º | 0.25% | 0.56% | - |
| HSV(B) | 341.45º | 0.32% | 0.67% | - |
| XYZ | 27.27 | 22.84 | 25.16 | - |
| YUV | 134.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 133 | 0 | 0.32 | 0.22 | 0.33 | 341.45 | 0.25 | 0.56 |
| Hex | AB | 74 | 85 | 0 | 20 | 16 | 21 | 155 | 19 | 38 |
| Octal | 253 | 164 | 205 | 0 | 40 | 26 | 41 | 525 | 31 | 70 |
| Binary | 10101011 | 1110100 | 10000101 | 0 | 100000 | 10110 | 100001 | 101010101 | 11001 | 111000 |
Color Harmonies of #AB7485
Complementary color
Monochromatic Colors of #AB7485
Black with #AB7485
Text Example
Text Example
White with #AB7485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7485; }
p { color: rgb(171,116,133); }
H1.HeaderClassName
{
color: #AB7485;
}
.AnyTagClassName
{
color: #AB7485;
}
</style>
background-color css
<style>
a { background-color: #AB7485; }
a { background-color: rgb(171,116,133); }
div.DivClassName
{
background-color: #AB7485;
}
.BgClassName
{
background-color: #AB7485;
}
</style>
border-color css
<style>
span { border-color: #AB7485; }
span { border-color: rgb(171,116,133); }
td.TdClassName
{
border-color: #AB7485;
}
.TagClassName
{
border-color: #AB7485;
}
</style>