Shades of Tapestry #AB7083
Tints of Tapestry #AB7083
RGB
CMYK
RGB Variations
Color information
#AB7083 (or 0xAB7083) is known color: Tapestry. HEX triplet: AB, 70 and 83. RGB value is (171,112,131). Sum of RGB (Red+Green+Blue) = 171+112+131=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7083 is #548F7C. Grayscale: #838383. Windows color (decimal): -5541757 or 8614059. OLE color: 8614059.
HSL color Cylindrical-coordinate representation of color #AB7083: hue angle of 340.68º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7083 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 131 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.33 |
| HSL | 340.68º | 0.26% | 0.55% | - |
| HSV(B) | 340.68º | 0.35% | 0.67% | - |
| XYZ | 26.69 | 21.88 | 24.29 | - |
| YUV | 131.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 131 | 0 | 0.35 | 0.23 | 0.33 | 340.68 | 0.26 | 0.55 |
| Hex | AB | 70 | 83 | 0 | 23 | 17 | 21 | 155 | 1A | 37 |
| Octal | 253 | 160 | 203 | 0 | 43 | 27 | 41 | 525 | 32 | 67 |
| Binary | 10101011 | 1110000 | 10000011 | 0 | 100011 | 10111 | 100001 | 101010101 | 11010 | 110111 |
Color Harmonies of #AB7083
Complementary color
Monochromatic Colors of #AB7083
Black with #AB7083
Text Example
Text Example
White with #AB7083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7083; }
p { color: rgb(171,112,131); }
H1.HeaderClassName
{
color: #AB7083;
}
.AnyTagClassName
{
color: #AB7083;
}
</style>
background-color css
<style>
a { background-color: #AB7083; }
a { background-color: rgb(171,112,131); }
div.DivClassName
{
background-color: #AB7083;
}
.BgClassName
{
background-color: #AB7083;
}
</style>
border-color css
<style>
span { border-color: #AB7083; }
span { border-color: rgb(171,112,131); }
td.TdClassName
{
border-color: #AB7083;
}
.TagClassName
{
border-color: #AB7083;
}
</style>