Shades of Tapestry #AB7385
Tints of Tapestry #AB7385
RGB
CMYK
RGB Variations
Color information
#AB7385 (or 0xAB7385) is known color: Tapestry. HEX triplet: AB, 73 and 85. RGB value is (171,115,133). Sum of RGB (Red+Green+Blue) = 171+115+133=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7385 is #548C7A. Grayscale: #858585. Windows color (decimal): -5540987 or 8745899. OLE color: 8745899.
HSL color Cylindrical-coordinate representation of color #AB7385: hue angle of 340.71º 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 #AB7385 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 133 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.33 |
| HSL | 340.71º | 0.25% | 0.56% | - |
| HSV(B) | 340.71º | 0.33% | 0.67% | - |
| XYZ | 27.16 | 22.61 | 25.12 | - |
| YUV | 133.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 133 | 0 | 0.33 | 0.22 | 0.33 | 340.71 | 0.25 | 0.56 |
| Hex | AB | 73 | 85 | 0 | 21 | 16 | 21 | 155 | 19 | 38 |
| Octal | 253 | 163 | 205 | 0 | 41 | 26 | 41 | 525 | 31 | 70 |
| Binary | 10101011 | 1110011 | 10000101 | 0 | 100001 | 10110 | 100001 | 101010101 | 11001 | 111000 |
Color Harmonies of #AB7385
Complementary color
Monochromatic Colors of #AB7385
Black with #AB7385
Text Example
Text Example
White with #AB7385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7385; }
p { color: rgb(171,115,133); }
H1.HeaderClassName
{
color: #AB7385;
}
.AnyTagClassName
{
color: #AB7385;
}
</style>
background-color css
<style>
a { background-color: #AB7385; }
a { background-color: rgb(171,115,133); }
div.DivClassName
{
background-color: #AB7385;
}
.BgClassName
{
background-color: #AB7385;
}
</style>
border-color css
<style>
span { border-color: #AB7385; }
span { border-color: rgb(171,115,133); }
td.TdClassName
{
border-color: #AB7385;
}
.TagClassName
{
border-color: #AB7385;
}
</style>