Shades of Tapestry #AB808C
Tints of Tapestry #AB808C
RGB
CMYK
RGB Variations
Color information
#AB808C (or 0xAB808C) is known color: Tapestry. HEX triplet: AB, 80 and 8C. RGB value is (171,128,140). Sum of RGB (Red+Green+Blue) = 171+128+140=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB808C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB808C is #547F73. Grayscale: #8E8E8E. Windows color (decimal): -5537652 or 9207979. OLE color: 9207979.
HSL color Cylindrical-coordinate representation of color #AB808C: hue angle of 343.26º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB808C is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 140 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.33 |
| HSL | 343.26º | 0.2% | 0.59% | - |
| HSV(B) | 343.26º | 0.25% | 0.67% | - |
| XYZ | 29.25 | 25.99 | 28.29 | - |
| YUV | 142.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 140 | 0 | 0.25 | 0.18 | 0.33 | 343.26 | 0.2 | 0.59 |
| Hex | AB | 80 | 8C | 0 | 19 | 12 | 21 | 157 | 14 | 3B |
| Octal | 253 | 200 | 214 | 0 | 31 | 22 | 41 | 527 | 24 | 73 |
| Binary | 10101011 | 10000000 | 10001100 | 0 | 11001 | 10010 | 100001 | 101010111 | 10100 | 111011 |
Color Harmonies of #AB808C
Complementary color
Monochromatic Colors of #AB808C
Black with #AB808C
Text Example
Text Example
White with #AB808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB808C; }
p { color: rgb(171,128,140); }
H1.HeaderClassName
{
color: #AB808C;
}
.AnyTagClassName
{
color: #AB808C;
}
</style>
background-color css
<style>
a { background-color: #AB808C; }
a { background-color: rgb(171,128,140); }
div.DivClassName
{
background-color: #AB808C;
}
.BgClassName
{
background-color: #AB808C;
}
</style>
border-color css
<style>
span { border-color: #AB808C; }
span { border-color: rgb(171,128,140); }
td.TdClassName
{
border-color: #AB808C;
}
.TagClassName
{
border-color: #AB808C;
}
</style>