Shades of Tapestry #AB6B7F
Tints of Tapestry #AB6B7F
RGB
CMYK
RGB Variations
Color information
#AB6B7F (or 0xAB6B7F) is known color: Tapestry. HEX triplet: AB, 6B and 7F. RGB value is (171,107,127). Sum of RGB (Red+Green+Blue) = 171+107+127=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6B7F is #549480. Grayscale: #808080. Windows color (decimal): -5543041 or 8350635. OLE color: 8350635.
HSL color Cylindrical-coordinate representation of color #AB6B7F: hue angle of 341.25º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6B7F is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 127 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.33 |
| HSL | 341.25º | 0.28% | 0.55% | - |
| HSV(B) | 341.25º | 0.37% | 0.67% | - |
| XYZ | 25.88 | 20.71 | 22.71 | - |
| YUV | 128.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 127 | 0 | 0.37 | 0.26 | 0.33 | 341.25 | 0.28 | 0.55 |
| Hex | AB | 6B | 7F | 0 | 25 | 1A | 21 | 155 | 1C | 37 |
| Octal | 253 | 153 | 177 | 0 | 45 | 32 | 41 | 525 | 34 | 67 |
| Binary | 10101011 | 1101011 | 1111111 | 0 | 100101 | 11010 | 100001 | 101010101 | 11100 | 110111 |
Color Harmonies of #AB6B7F
Complementary color
Monochromatic Colors of #AB6B7F
Black with #AB6B7F
Text Example
Text Example
White with #AB6B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B7F; }
p { color: rgb(171,107,127); }
H1.HeaderClassName
{
color: #AB6B7F;
}
.AnyTagClassName
{
color: #AB6B7F;
}
</style>
background-color css
<style>
a { background-color: #AB6B7F; }
a { background-color: rgb(171,107,127); }
div.DivClassName
{
background-color: #AB6B7F;
}
.BgClassName
{
background-color: #AB6B7F;
}
</style>
border-color css
<style>
span { border-color: #AB6B7F; }
span { border-color: rgb(171,107,127); }
td.TdClassName
{
border-color: #AB6B7F;
}
.TagClassName
{
border-color: #AB6B7F;
}
</style>