Shades of Tapestry #AB7584
Tints of Tapestry #AB7584
RGB
CMYK
RGB Variations
Color information
#AB7584 (or 0xAB7584) is known color: Tapestry. HEX triplet: AB, 75 and 84. RGB value is (171,117,132). Sum of RGB (Red+Green+Blue) = 171+117+132=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7584 is #548A7B. Grayscale: #868686. Windows color (decimal): -5540476 or 8680875. OLE color: 8680875.
HSL color Cylindrical-coordinate representation of color #AB7584: hue angle of 343.33º degrees, saturation: 0.24, 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 #AB7584 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 132 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.33 |
| HSL | 343.33º | 0.24% | 0.56% | - |
| HSV(B) | 343.33º | 0.32% | 0.67% | - |
| XYZ | 27.32 | 23.05 | 24.84 | - |
| YUV | 134.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 132 | 0 | 0.32 | 0.23 | 0.33 | 343.33 | 0.24 | 0.56 |
| Hex | AB | 75 | 84 | 0 | 20 | 17 | 21 | 157 | 18 | 38 |
| Octal | 253 | 165 | 204 | 0 | 40 | 27 | 41 | 527 | 30 | 70 |
| Binary | 10101011 | 1110101 | 10000100 | 0 | 100000 | 10111 | 100001 | 101010111 | 11000 | 111000 |
Color Harmonies of #AB7584
Complementary color
Monochromatic Colors of #AB7584
Black with #AB7584
Text Example
Text Example
White with #AB7584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7584; }
p { color: rgb(171,117,132); }
H1.HeaderClassName
{
color: #AB7584;
}
.AnyTagClassName
{
color: #AB7584;
}
</style>
background-color css
<style>
a { background-color: #AB7584; }
a { background-color: rgb(171,117,132); }
div.DivClassName
{
background-color: #AB7584;
}
.BgClassName
{
background-color: #AB7584;
}
</style>
border-color css
<style>
span { border-color: #AB7584; }
span { border-color: rgb(171,117,132); }
td.TdClassName
{
border-color: #AB7584;
}
.TagClassName
{
border-color: #AB7584;
}
</style>