Shades of Tapestry #AB7785
Tints of Tapestry #AB7785
RGB
CMYK
RGB Variations
Color information
#AB7785 (or 0xAB7785) is known color: Tapestry. HEX triplet: AB, 77 and 85. RGB value is (171,119,133). Sum of RGB (Red+Green+Blue) = 171+119+133=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7785 is #54887A. Grayscale: #888888. Windows color (decimal): -5539963 or 8746923. OLE color: 8746923.
HSL color Cylindrical-coordinate representation of color #AB7785: hue angle of 343.85º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB7785 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 133 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.33 |
| HSL | 343.85º | 0.24% | 0.57% | - |
| HSV(B) | 343.85º | 0.3% | 0.67% | - |
| XYZ | 27.63 | 23.55 | 25.28 | - |
| YUV | 136.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 133 | 0 | 0.30 | 0.22 | 0.33 | 343.85 | 0.24 | 0.57 |
| Hex | AB | 77 | 85 | 0 | 1E | 16 | 21 | 158 | 18 | 39 |
| Octal | 253 | 167 | 205 | 0 | 36 | 26 | 41 | 530 | 30 | 71 |
| Binary | 10101011 | 1110111 | 10000101 | 0 | 11110 | 10110 | 100001 | 101011000 | 11000 | 111001 |
Color Harmonies of #AB7785
Complementary color
Monochromatic Colors of #AB7785
Black with #AB7785
Text Example
Text Example
White with #AB7785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7785; }
p { color: rgb(171,119,133); }
H1.HeaderClassName
{
color: #AB7785;
}
.AnyTagClassName
{
color: #AB7785;
}
</style>
background-color css
<style>
a { background-color: #AB7785; }
a { background-color: rgb(171,119,133); }
div.DivClassName
{
background-color: #AB7785;
}
.BgClassName
{
background-color: #AB7785;
}
</style>
border-color css
<style>
span { border-color: #AB7785; }
span { border-color: rgb(171,119,133); }
td.TdClassName
{
border-color: #AB7785;
}
.TagClassName
{
border-color: #AB7785;
}
</style>