Shades of Tapestry #AB858F
Tints of Tapestry #AB858F
RGB
CMYK
RGB Variations
Color information
#AB858F (or 0xAB858F) is known color: Tapestry. HEX triplet: AB, 85 and 8F. RGB value is (171,133,143). Sum of RGB (Red+Green+Blue) = 171+133+143=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB858F is #547A70. Grayscale: #919191. Windows color (decimal): -5536369 or 9405867. OLE color: 9405867.
HSL color Cylindrical-coordinate representation of color #AB858F: hue angle of 344.21º 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 #AB858F is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 143 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.33 |
| HSL | 344.21º | 0.18% | 0.6% | - |
| HSV(B) | 344.21º | 0.22% | 0.67% | - |
| XYZ | 30.14 | 27.42 | 29.69 | - |
| YUV | 145.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 143 | 0 | 0.22 | 0.16 | 0.33 | 344.21 | 0.18 | 0.6 |
| Hex | AB | 85 | 8F | 0 | 16 | 10 | 21 | 158 | 12 | 3C |
| Octal | 253 | 205 | 217 | 0 | 26 | 20 | 41 | 530 | 22 | 74 |
| Binary | 10101011 | 10000101 | 10001111 | 0 | 10110 | 10000 | 100001 | 101011000 | 10010 | 111100 |
Color Harmonies of #AB858F
Complementary color
Monochromatic Colors of #AB858F
Black with #AB858F
Text Example
Text Example
White with #AB858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB858F; }
p { color: rgb(171,133,143); }
H1.HeaderClassName
{
color: #AB858F;
}
.AnyTagClassName
{
color: #AB858F;
}
</style>
background-color css
<style>
a { background-color: #AB858F; }
a { background-color: rgb(171,133,143); }
div.DivClassName
{
background-color: #AB858F;
}
.BgClassName
{
background-color: #AB858F;
}
</style>
border-color css
<style>
span { border-color: #AB858F; }
span { border-color: rgb(171,133,143); }
td.TdClassName
{
border-color: #AB858F;
}
.TagClassName
{
border-color: #AB858F;
}
</style>