Shades of Tapestry #AB627A
Tints of Tapestry #AB627A
RGB
CMYK
RGB Variations
Color information
#AB627A (or 0xAB627A) is known color: Tapestry. HEX triplet: AB, 62 and 7A. RGB value is (171,98,122). Sum of RGB (Red+Green+Blue) = 171+98+122=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB627A is #549D85. Grayscale: #7A7A7A. Windows color (decimal): -5545350 or 8020651. OLE color: 8020651.
HSL color Cylindrical-coordinate representation of color #AB627A: hue angle of 340.27º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB627A is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 122 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.33 |
| HSL | 340.27º | 0.3% | 0.53% | - |
| HSV(B) | 340.27º | 0.43% | 0.67% | - |
| XYZ | 24.68 | 18.8 | 20.74 | - |
| YUV | 122.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 122 | 0 | 0.43 | 0.29 | 0.33 | 340.27 | 0.3 | 0.53 |
| Hex | AB | 62 | 7A | 0 | 2B | 1D | 21 | 154 | 1E | 35 |
| Octal | 253 | 142 | 172 | 0 | 53 | 35 | 41 | 524 | 36 | 65 |
| Binary | 10101011 | 1100010 | 1111010 | 0 | 101011 | 11101 | 100001 | 101010100 | 11110 | 110101 |
Color Harmonies of #AB627A
Complementary color
Monochromatic Colors of #AB627A
Black with #AB627A
Text Example
Text Example
White with #AB627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB627A; }
p { color: rgb(171,98,122); }
H1.HeaderClassName
{
color: #AB627A;
}
.AnyTagClassName
{
color: #AB627A;
}
</style>
background-color css
<style>
a { background-color: #AB627A; }
a { background-color: rgb(171,98,122); }
div.DivClassName
{
background-color: #AB627A;
}
.BgClassName
{
background-color: #AB627A;
}
</style>
border-color css
<style>
span { border-color: #AB627A; }
span { border-color: rgb(171,98,122); }
td.TdClassName
{
border-color: #AB627A;
}
.TagClassName
{
border-color: #AB627A;
}
</style>