Shades of Tapestry #AB858B
Tints of Tapestry #AB858B
RGB
CMYK
RGB Variations
Color information
#AB858B (or 0xAB858B) is known color: Tapestry. HEX triplet: AB, 85 and 8B. RGB value is (171,133,139). Sum of RGB (Red+Green+Blue) = 171+133+139=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB858B is #547A74. Grayscale: #919191. Windows color (decimal): -5536373 or 9143723. OLE color: 9143723.
HSL color Cylindrical-coordinate representation of color #AB858B: hue angle of 350.53º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB858B is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 139 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.33 |
| HSL | 350.53º | 0.18% | 0.6% | - |
| HSV(B) | 350.53º | 0.22% | 0.67% | - |
| XYZ | 29.84 | 27.3 | 28.12 | - |
| YUV | 145.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 139 | 0 | 0.22 | 0.19 | 0.33 | 350.53 | 0.18 | 0.6 |
| Hex | AB | 85 | 8B | 0 | 16 | 13 | 21 | 15F | 12 | 3C |
| Octal | 253 | 205 | 213 | 0 | 26 | 23 | 41 | 537 | 22 | 74 |
| Binary | 10101011 | 10000101 | 10001011 | 0 | 10110 | 10011 | 100001 | 101011111 | 10010 | 111100 |
Color Harmonies of #AB858B
Complementary color
Monochromatic Colors of #AB858B
Black with #AB858B
Text Example
Text Example
White with #AB858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB858B; }
p { color: rgb(171,133,139); }
H1.HeaderClassName
{
color: #AB858B;
}
.AnyTagClassName
{
color: #AB858B;
}
</style>
background-color css
<style>
a { background-color: #AB858B; }
a { background-color: rgb(171,133,139); }
div.DivClassName
{
background-color: #AB858B;
}
.BgClassName
{
background-color: #AB858B;
}
</style>
border-color css
<style>
span { border-color: #AB858B; }
span { border-color: rgb(171,133,139); }
td.TdClassName
{
border-color: #AB858B;
}
.TagClassName
{
border-color: #AB858B;
}
</style>