Shades of Tapestry #AB818C
Tints of Tapestry #AB818C
RGB
CMYK
RGB Variations
Color information
#AB818C (or 0xAB818C) is known color: Tapestry. HEX triplet: AB, 81 and 8C. RGB value is (171,129,140). Sum of RGB (Red+Green+Blue) = 171+129+140=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB818C is #547E73. Grayscale: #8E8E8E. Windows color (decimal): -5537396 or 9208235. OLE color: 9208235.
HSL color Cylindrical-coordinate representation of color #AB818C: hue angle of 344.29º 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 #AB818C is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 140 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.33 |
| HSL | 344.29º | 0.2% | 0.59% | - |
| HSV(B) | 344.29º | 0.25% | 0.67% | - |
| XYZ | 29.38 | 26.25 | 28.33 | - |
| YUV | 142.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 140 | 0 | 0.25 | 0.18 | 0.33 | 344.29 | 0.2 | 0.59 |
| Hex | AB | 81 | 8C | 0 | 19 | 12 | 21 | 158 | 14 | 3B |
| Octal | 253 | 201 | 214 | 0 | 31 | 22 | 41 | 530 | 24 | 73 |
| Binary | 10101011 | 10000001 | 10001100 | 0 | 11001 | 10010 | 100001 | 101011000 | 10100 | 111011 |
Color Harmonies of #AB818C
Complementary color
Monochromatic Colors of #AB818C
Black with #AB818C
Text Example
Text Example
White with #AB818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB818C; }
p { color: rgb(171,129,140); }
H1.HeaderClassName
{
color: #AB818C;
}
.AnyTagClassName
{
color: #AB818C;
}
</style>
background-color css
<style>
a { background-color: #AB818C; }
a { background-color: rgb(171,129,140); }
div.DivClassName
{
background-color: #AB818C;
}
.BgClassName
{
background-color: #AB818C;
}
</style>
border-color css
<style>
span { border-color: #AB818C; }
span { border-color: rgb(171,129,140); }
td.TdClassName
{
border-color: #AB818C;
}
.TagClassName
{
border-color: #AB818C;
}
</style>