Shades of Tapestry #AB5D83
Tints of Tapestry #AB5D83
RGB
CMYK
RGB Variations
Color information
#AB5D83 (or 0xAB5D83) is known color: Tapestry. HEX triplet: AB, 5D and 83. RGB value is (171,93,131). Sum of RGB (Red+Green+Blue) = 171+93+131=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5D83 is #54A27C. Grayscale: #787878. Windows color (decimal): -5546621 or 8609195. OLE color: 8609195.
HSL color Cylindrical-coordinate representation of color #AB5D83: hue angle of 330.77º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5D83 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 131 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.33 |
| HSL | 330.77º | 0.32% | 0.52% | - |
| HSV(B) | 330.77º | 0.46% | 0.67% | - |
| XYZ | 24.81 | 18.13 | 23.66 | - |
| YUV | 120.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 131 | 0 | 0.46 | 0.23 | 0.33 | 330.77 | 0.32 | 0.52 |
| Hex | AB | 5D | 83 | 0 | 2E | 17 | 21 | 14B | 20 | 34 |
| Octal | 253 | 135 | 203 | 0 | 56 | 27 | 41 | 513 | 40 | 64 |
| Binary | 10101011 | 1011101 | 10000011 | 0 | 101110 | 10111 | 100001 | 101001011 | 100000 | 110100 |
Color Harmonies of #AB5D83
Complementary color
Monochromatic Colors of #AB5D83
Black with #AB5D83
Text Example
Text Example
White with #AB5D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D83; }
p { color: rgb(171,93,131); }
H1.HeaderClassName
{
color: #AB5D83;
}
.AnyTagClassName
{
color: #AB5D83;
}
</style>
background-color css
<style>
a { background-color: #AB5D83; }
a { background-color: rgb(171,93,131); }
div.DivClassName
{
background-color: #AB5D83;
}
.BgClassName
{
background-color: #AB5D83;
}
</style>
border-color css
<style>
span { border-color: #AB5D83; }
span { border-color: rgb(171,93,131); }
td.TdClassName
{
border-color: #AB5D83;
}
.TagClassName
{
border-color: #AB5D83;
}
</style>