Shades of Tapestry #AB7383
Tints of Tapestry #AB7383
RGB
CMYK
RGB Variations
Color information
#AB7383 (or 0xAB7383) is known color: Tapestry. HEX triplet: AB, 73 and 83. RGB value is (171,115,131). Sum of RGB (Red+Green+Blue) = 171+115+131=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7383 is #548C7C. Grayscale: #858585. Windows color (decimal): -5540989 or 8614827. OLE color: 8614827.
HSL color Cylindrical-coordinate representation of color #AB7383: hue angle of 342.86º 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 #AB7383 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 131 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.33 |
| HSL | 342.86º | 0.25% | 0.56% | - |
| HSV(B) | 342.86º | 0.33% | 0.67% | - |
| XYZ | 27.02 | 22.56 | 24.4 | - |
| YUV | 133.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 131 | 0 | 0.33 | 0.23 | 0.33 | 342.86 | 0.25 | 0.56 |
| Hex | AB | 73 | 83 | 0 | 21 | 17 | 21 | 157 | 19 | 38 |
| Octal | 253 | 163 | 203 | 0 | 41 | 27 | 41 | 527 | 31 | 70 |
| Binary | 10101011 | 1110011 | 10000011 | 0 | 100001 | 10111 | 100001 | 101010111 | 11001 | 111000 |
Color Harmonies of #AB7383
Complementary color
Monochromatic Colors of #AB7383
Black with #AB7383
Text Example
Text Example
White with #AB7383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7383; }
p { color: rgb(171,115,131); }
H1.HeaderClassName
{
color: #AB7383;
}
.AnyTagClassName
{
color: #AB7383;
}
</style>
background-color css
<style>
a { background-color: #AB7383; }
a { background-color: rgb(171,115,131); }
div.DivClassName
{
background-color: #AB7383;
}
.BgClassName
{
background-color: #AB7383;
}
</style>
border-color css
<style>
span { border-color: #AB7383; }
span { border-color: rgb(171,115,131); }
td.TdClassName
{
border-color: #AB7383;
}
.TagClassName
{
border-color: #AB7383;
}
</style>