Shades of Tapestry #AB7F84
Tints of Tapestry #AB7F84
RGB
CMYK
RGB Variations
Color information
#AB7F84 (or 0xAB7F84) is known color: Tapestry. HEX triplet: AB, 7F and 84. RGB value is (171,127,132). Sum of RGB (Red+Green+Blue) = 171+127+132=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7F84 is #54807B. Grayscale: #8C8C8C. Windows color (decimal): -5537916 or 8683435. OLE color: 8683435.
HSL color Cylindrical-coordinate representation of color #AB7F84: hue angle of 353.18º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB7F84 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 132 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.33 |
| HSL | 353.18º | 0.21% | 0.58% | - |
| HSV(B) | 353.18º | 0.26% | 0.67% | - |
| XYZ | 28.55 | 25.5 | 25.25 | - |
| YUV | 140.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 132 | 0 | 0.26 | 0.23 | 0.33 | 353.18 | 0.21 | 0.58 |
| Hex | AB | 7F | 84 | 0 | 1A | 17 | 21 | 161 | 15 | 3A |
| Octal | 253 | 177 | 204 | 0 | 32 | 27 | 41 | 541 | 25 | 72 |
| Binary | 10101011 | 1111111 | 10000100 | 0 | 11010 | 10111 | 100001 | 101100001 | 10101 | 111010 |
Color Harmonies of #AB7F84
Complementary color
Monochromatic Colors of #AB7F84
Black with #AB7F84
Text Example
Text Example
White with #AB7F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F84; }
p { color: rgb(171,127,132); }
H1.HeaderClassName
{
color: #AB7F84;
}
.AnyTagClassName
{
color: #AB7F84;
}
</style>
background-color css
<style>
a { background-color: #AB7F84; }
a { background-color: rgb(171,127,132); }
div.DivClassName
{
background-color: #AB7F84;
}
.BgClassName
{
background-color: #AB7F84;
}
</style>
border-color css
<style>
span { border-color: #AB7F84; }
span { border-color: rgb(171,127,132); }
td.TdClassName
{
border-color: #AB7F84;
}
.TagClassName
{
border-color: #AB7F84;
}
</style>