Shades of Tapestry #AB6A85
Tints of Tapestry #AB6A85
RGB
CMYK
RGB Variations
Color information
#AB6A85 (or 0xAB6A85) is known color: Tapestry. HEX triplet: AB, 6A and 85. RGB value is (171,106,133). Sum of RGB (Red+Green+Blue) = 171+106+133=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6A85 is #54957A. Grayscale: #808080. Windows color (decimal): -5543291 or 8743595. OLE color: 8743595.
HSL color Cylindrical-coordinate representation of color #AB6A85: hue angle of 335.08º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB6A85 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 106 | 133 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.33 |
| HSL | 335.08º | 0.28% | 0.54% | - |
| HSV(B) | 335.08º | 0.38% | 0.67% | - |
| XYZ | 26.18 | 20.66 | 24.8 | - |
| YUV | 128.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 133 | 0 | 0.38 | 0.22 | 0.33 | 335.08 | 0.28 | 0.54 |
| Hex | AB | 6A | 85 | 0 | 26 | 16 | 21 | 14F | 1C | 36 |
| Octal | 253 | 152 | 205 | 0 | 46 | 26 | 41 | 517 | 34 | 66 |
| Binary | 10101011 | 1101010 | 10000101 | 0 | 100110 | 10110 | 100001 | 101001111 | 11100 | 110110 |
Color Harmonies of #AB6A85
Complementary color
Monochromatic Colors of #AB6A85
Black with #AB6A85
Text Example
Text Example
White with #AB6A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6A85; }
p { color: rgb(171,106,133); }
H1.HeaderClassName
{
color: #AB6A85;
}
.AnyTagClassName
{
color: #AB6A85;
}
</style>
background-color css
<style>
a { background-color: #AB6A85; }
a { background-color: rgb(171,106,133); }
div.DivClassName
{
background-color: #AB6A85;
}
.BgClassName
{
background-color: #AB6A85;
}
</style>
border-color css
<style>
span { border-color: #AB6A85; }
span { border-color: rgb(171,106,133); }
td.TdClassName
{
border-color: #AB6A85;
}
.TagClassName
{
border-color: #AB6A85;
}
</style>