Shades of Tapestry #AB698C
Tints of Tapestry #AB698C
RGB
CMYK
RGB Variations
Color information
#AB698C (or 0xAB698C) is known color: Tapestry. HEX triplet: AB, 69 and 8C. RGB value is (171,105,140). Sum of RGB (Red+Green+Blue) = 171+105+140=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB698C is #549673. Grayscale: #808080. Windows color (decimal): -5543540 or 9202091. OLE color: 9202091.
HSL color Cylindrical-coordinate representation of color #AB698C: hue angle of 328.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB698C is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 140 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.33 |
| HSL | 328.18º | 0.28% | 0.54% | - |
| HSV(B) | 328.18º | 0.39% | 0.67% | - |
| XYZ | 26.58 | 20.65 | 27.4 | - |
| YUV | 128.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 140 | 0 | 0.39 | 0.18 | 0.33 | 328.18 | 0.28 | 0.54 |
| Hex | AB | 69 | 8C | 0 | 27 | 12 | 21 | 148 | 1C | 36 |
| Octal | 253 | 151 | 214 | 0 | 47 | 22 | 41 | 510 | 34 | 66 |
| Binary | 10101011 | 1101001 | 10001100 | 0 | 100111 | 10010 | 100001 | 101001000 | 11100 | 110110 |
Color Harmonies of #AB698C
Complementary color
Monochromatic Colors of #AB698C
Black with #AB698C
Text Example
Text Example
White with #AB698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB698C; }
p { color: rgb(171,105,140); }
H1.HeaderClassName
{
color: #AB698C;
}
.AnyTagClassName
{
color: #AB698C;
}
</style>
background-color css
<style>
a { background-color: #AB698C; }
a { background-color: rgb(171,105,140); }
div.DivClassName
{
background-color: #AB698C;
}
.BgClassName
{
background-color: #AB698C;
}
</style>
border-color css
<style>
span { border-color: #AB698C; }
span { border-color: rgb(171,105,140); }
td.TdClassName
{
border-color: #AB698C;
}
.TagClassName
{
border-color: #AB698C;
}
</style>