Shades of Tapestry #AB7C83
Tints of Tapestry #AB7C83
RGB
CMYK
RGB Variations
Color information
#AB7C83 (or 0xAB7C83) is known color: Tapestry. HEX triplet: AB, 7C and 83. RGB value is (171,124,131). Sum of RGB (Red+Green+Blue) = 171+124+131=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7C83 is #54837C. Grayscale: #8A8A8A. Windows color (decimal): -5538685 or 8617131. OLE color: 8617131.
HSL color Cylindrical-coordinate representation of color #AB7C83: hue angle of 351.06º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7C83 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 131 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.33 |
| HSL | 351.06º | 0.22% | 0.58% | - |
| HSV(B) | 351.06º | 0.27% | 0.67% | - |
| XYZ | 28.1 | 24.71 | 24.76 | - |
| YUV | 138.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 131 | 0 | 0.27 | 0.23 | 0.33 | 351.06 | 0.22 | 0.58 |
| Hex | AB | 7C | 83 | 0 | 1B | 17 | 21 | 15F | 16 | 3A |
| Octal | 253 | 174 | 203 | 0 | 33 | 27 | 41 | 537 | 26 | 72 |
| Binary | 10101011 | 1111100 | 10000011 | 0 | 11011 | 10111 | 100001 | 101011111 | 10110 | 111010 |
Color Harmonies of #AB7C83
Complementary color
Monochromatic Colors of #AB7C83
Black with #AB7C83
Text Example
Text Example
White with #AB7C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C83; }
p { color: rgb(171,124,131); }
H1.HeaderClassName
{
color: #AB7C83;
}
.AnyTagClassName
{
color: #AB7C83;
}
</style>
background-color css
<style>
a { background-color: #AB7C83; }
a { background-color: rgb(171,124,131); }
div.DivClassName
{
background-color: #AB7C83;
}
.BgClassName
{
background-color: #AB7C83;
}
</style>
border-color css
<style>
span { border-color: #AB7C83; }
span { border-color: rgb(171,124,131); }
td.TdClassName
{
border-color: #AB7C83;
}
.TagClassName
{
border-color: #AB7C83;
}
</style>