Shades of Tapestry #AB7583
Tints of Tapestry #AB7583
RGB
CMYK
RGB Variations
Color information
#AB7583 (or 0xAB7583) is known color: Tapestry. HEX triplet: AB, 75 and 83. RGB value is (171,117,131). Sum of RGB (Red+Green+Blue) = 171+117+131=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7583 is #548A7C. Grayscale: #868686. Windows color (decimal): -5540477 or 8615339. OLE color: 8615339.
HSL color Cylindrical-coordinate representation of color #AB7583: hue angle of 344.44º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7583 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 131 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.33 |
| HSL | 344.44º | 0.24% | 0.56% | - |
| HSV(B) | 344.44º | 0.32% | 0.67% | - |
| XYZ | 27.25 | 23.02 | 24.48 | - |
| YUV | 134.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 131 | 0 | 0.32 | 0.23 | 0.33 | 344.44 | 0.24 | 0.56 |
| Hex | AB | 75 | 83 | 0 | 20 | 17 | 21 | 158 | 18 | 38 |
| Octal | 253 | 165 | 203 | 0 | 40 | 27 | 41 | 530 | 30 | 70 |
| Binary | 10101011 | 1110101 | 10000011 | 0 | 100000 | 10111 | 100001 | 101011000 | 11000 | 111000 |
Color Harmonies of #AB7583
Complementary color
Monochromatic Colors of #AB7583
Black with #AB7583
Text Example
Text Example
White with #AB7583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7583; }
p { color: rgb(171,117,131); }
H1.HeaderClassName
{
color: #AB7583;
}
.AnyTagClassName
{
color: #AB7583;
}
</style>
background-color css
<style>
a { background-color: #AB7583; }
a { background-color: rgb(171,117,131); }
div.DivClassName
{
background-color: #AB7583;
}
.BgClassName
{
background-color: #AB7583;
}
</style>
border-color css
<style>
span { border-color: #AB7583; }
span { border-color: rgb(171,117,131); }
td.TdClassName
{
border-color: #AB7583;
}
.TagClassName
{
border-color: #AB7583;
}
</style>