Shades of Tapestry #AB668A
Tints of Tapestry #AB668A
RGB
CMYK
RGB Variations
Color information
#AB668A (or 0xAB668A) is known color: Tapestry. HEX triplet: AB, 66 and 8A. RGB value is (171,102,138). Sum of RGB (Red+Green+Blue) = 171+102+138=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB668A is #549975. Grayscale: #7E7E7E. Windows color (decimal): -5544310 or 9070251. OLE color: 9070251.
HSL color Cylindrical-coordinate representation of color #AB668A: hue angle of 328.7º 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 #AB668A is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 102 | 138 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.33 |
| HSL | 328.7º | 0.29% | 0.54% | - |
| HSV(B) | 328.7º | 0.4% | 0.67% | - |
| XYZ | 26.13 | 20 | 26.53 | - |
| YUV | 126.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 138 | 0 | 0.40 | 0.19 | 0.33 | 328.7 | 0.29 | 0.54 |
| Hex | AB | 66 | 8A | 0 | 28 | 13 | 21 | 149 | 1D | 36 |
| Octal | 253 | 146 | 212 | 0 | 50 | 23 | 41 | 511 | 35 | 66 |
| Binary | 10101011 | 1100110 | 10001010 | 0 | 101000 | 10011 | 100001 | 101001001 | 11101 | 110110 |
Color Harmonies of #AB668A
Complementary color
Monochromatic Colors of #AB668A
Black with #AB668A
Text Example
Text Example
White with #AB668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB668A; }
p { color: rgb(171,102,138); }
H1.HeaderClassName
{
color: #AB668A;
}
.AnyTagClassName
{
color: #AB668A;
}
</style>
background-color css
<style>
a { background-color: #AB668A; }
a { background-color: rgb(171,102,138); }
div.DivClassName
{
background-color: #AB668A;
}
.BgClassName
{
background-color: #AB668A;
}
</style>
border-color css
<style>
span { border-color: #AB668A; }
span { border-color: rgb(171,102,138); }
td.TdClassName
{
border-color: #AB668A;
}
.TagClassName
{
border-color: #AB668A;
}
</style>