Shades of Tapestry #AB737F
Tints of Tapestry #AB737F
RGB
CMYK
RGB Variations
Color information
#AB737F (or 0xAB737F) is known color: Tapestry. HEX triplet: AB, 73 and 7F. RGB value is (171,115,127). Sum of RGB (Red+Green+Blue) = 171+115+127=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB737F is #548C80. Grayscale: #858585. Windows color (decimal): -5540993 or 8352683. OLE color: 8352683.
HSL color Cylindrical-coordinate representation of color #AB737F: hue angle of 347.14º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB737F is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 127 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.33 |
| HSL | 347.14º | 0.25% | 0.56% | - |
| HSV(B) | 347.14º | 0.33% | 0.67% | - |
| XYZ | 26.76 | 22.45 | 23 | - |
| YUV | 133.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 127 | 0 | 0.33 | 0.26 | 0.33 | 347.14 | 0.25 | 0.56 |
| Hex | AB | 73 | 7F | 0 | 21 | 1A | 21 | 15B | 19 | 38 |
| Octal | 253 | 163 | 177 | 0 | 41 | 32 | 41 | 533 | 31 | 70 |
| Binary | 10101011 | 1110011 | 1111111 | 0 | 100001 | 11010 | 100001 | 101011011 | 11001 | 111000 |
Color Harmonies of #AB737F
Complementary color
Monochromatic Colors of #AB737F
Black with #AB737F
Text Example
Text Example
White with #AB737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB737F; }
p { color: rgb(171,115,127); }
H1.HeaderClassName
{
color: #AB737F;
}
.AnyTagClassName
{
color: #AB737F;
}
</style>
background-color css
<style>
a { background-color: #AB737F; }
a { background-color: rgb(171,115,127); }
div.DivClassName
{
background-color: #AB737F;
}
.BgClassName
{
background-color: #AB737F;
}
</style>
border-color css
<style>
span { border-color: #AB737F; }
span { border-color: rgb(171,115,127); }
td.TdClassName
{
border-color: #AB737F;
}
.TagClassName
{
border-color: #AB737F;
}
</style>