Shades of Tapestry #AB657A
Tints of Tapestry #AB657A
RGB
CMYK
RGB Variations
Color information
#AB657A (or 0xAB657A) is known color: Tapestry. HEX triplet: AB, 65 and 7A. RGB value is (171,101,122). Sum of RGB (Red+Green+Blue) = 171+101+122=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB657A is #549A85. Grayscale: #7C7C7C. Windows color (decimal): -5544582 or 8021419. OLE color: 8021419.
HSL color Cylindrical-coordinate representation of color #AB657A: hue angle of 342º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB657A is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 122 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.33 |
| HSL | 342º | 0.29% | 0.53% | - |
| HSV(B) | 342º | 0.41% | 0.67% | - |
| XYZ | 24.96 | 19.37 | 20.84 | - |
| YUV | 124.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 122 | 0 | 0.41 | 0.29 | 0.33 | 342 | 0.29 | 0.53 |
| Hex | AB | 65 | 7A | 0 | 29 | 1D | 21 | 156 | 1D | 35 |
| Octal | 253 | 145 | 172 | 0 | 51 | 35 | 41 | 526 | 35 | 65 |
| Binary | 10101011 | 1100101 | 1111010 | 0 | 101001 | 11101 | 100001 | 101010110 | 11101 | 110101 |
Color Harmonies of #AB657A
Complementary color
Monochromatic Colors of #AB657A
Black with #AB657A
Text Example
Text Example
White with #AB657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB657A; }
p { color: rgb(171,101,122); }
H1.HeaderClassName
{
color: #AB657A;
}
.AnyTagClassName
{
color: #AB657A;
}
</style>
background-color css
<style>
a { background-color: #AB657A; }
a { background-color: rgb(171,101,122); }
div.DivClassName
{
background-color: #AB657A;
}
.BgClassName
{
background-color: #AB657A;
}
</style>
border-color css
<style>
span { border-color: #AB657A; }
span { border-color: rgb(171,101,122); }
td.TdClassName
{
border-color: #AB657A;
}
.TagClassName
{
border-color: #AB657A;
}
</style>