Shades of Tapestry #AB747F
Tints of Tapestry #AB747F
RGB
CMYK
RGB Variations
Color information
#AB747F (or 0xAB747F) is known color: Tapestry. HEX triplet: AB, 74 and 7F. RGB value is (171,116,127). Sum of RGB (Red+Green+Blue) = 171+116+127=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB747F is #548B80. Grayscale: #858585. Windows color (decimal): -5540737 or 8352939. OLE color: 8352939.
HSL color Cylindrical-coordinate representation of color #AB747F: hue angle of 348º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB747F is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 127 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.33 |
| HSL | 348º | 0.25% | 0.56% | - |
| HSV(B) | 348º | 0.32% | 0.67% | - |
| XYZ | 26.87 | 22.68 | 23.04 | - |
| YUV | 133.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 127 | 0 | 0.32 | 0.26 | 0.33 | 348 | 0.25 | 0.56 |
| Hex | AB | 74 | 7F | 0 | 20 | 1A | 21 | 15C | 19 | 38 |
| Octal | 253 | 164 | 177 | 0 | 40 | 32 | 41 | 534 | 31 | 70 |
| Binary | 10101011 | 1110100 | 1111111 | 0 | 100000 | 11010 | 100001 | 101011100 | 11001 | 111000 |
Color Harmonies of #AB747F
Complementary color
Monochromatic Colors of #AB747F
Black with #AB747F
Text Example
Text Example
White with #AB747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB747F; }
p { color: rgb(171,116,127); }
H1.HeaderClassName
{
color: #AB747F;
}
.AnyTagClassName
{
color: #AB747F;
}
</style>
background-color css
<style>
a { background-color: #AB747F; }
a { background-color: rgb(171,116,127); }
div.DivClassName
{
background-color: #AB747F;
}
.BgClassName
{
background-color: #AB747F;
}
</style>
border-color css
<style>
span { border-color: #AB747F; }
span { border-color: rgb(171,116,127); }
td.TdClassName
{
border-color: #AB747F;
}
.TagClassName
{
border-color: #AB747F;
}
</style>