Shades of Tapestry #AB678B
Tints of Tapestry #AB678B
RGB
CMYK
RGB Variations
Color information
#AB678B (or 0xAB678B) is known color: Tapestry. HEX triplet: AB, 67 and 8B. RGB value is (171,103,139). Sum of RGB (Red+Green+Blue) = 171+103+139=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB678B is #549874. Grayscale: #7F7F7F. Windows color (decimal): -5544053 or 9136043. OLE color: 9136043.
HSL color Cylindrical-coordinate representation of color #AB678B: hue angle of 328.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB678B is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 139 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.33 |
| HSL | 328.24º | 0.29% | 0.54% | - |
| HSV(B) | 328.24º | 0.4% | 0.67% | - |
| XYZ | 26.31 | 20.22 | 26.94 | - |
| YUV | 127.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 139 | 0 | 0.40 | 0.19 | 0.33 | 328.24 | 0.29 | 0.54 |
| Hex | AB | 67 | 8B | 0 | 28 | 13 | 21 | 148 | 1D | 36 |
| Octal | 253 | 147 | 213 | 0 | 50 | 23 | 41 | 510 | 35 | 66 |
| Binary | 10101011 | 1100111 | 10001011 | 0 | 101000 | 10011 | 100001 | 101001000 | 11101 | 110110 |
Color Harmonies of #AB678B
Complementary color
Monochromatic Colors of #AB678B
Black with #AB678B
Text Example
Text Example
White with #AB678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB678B; }
p { color: rgb(171,103,139); }
H1.HeaderClassName
{
color: #AB678B;
}
.AnyTagClassName
{
color: #AB678B;
}
</style>
background-color css
<style>
a { background-color: #AB678B; }
a { background-color: rgb(171,103,139); }
div.DivClassName
{
background-color: #AB678B;
}
.BgClassName
{
background-color: #AB678B;
}
</style>
border-color css
<style>
span { border-color: #AB678B; }
span { border-color: rgb(171,103,139); }
td.TdClassName
{
border-color: #AB678B;
}
.TagClassName
{
border-color: #AB678B;
}
</style>