Shades of Tapestry #AB637A
Tints of Tapestry #AB637A
RGB
CMYK
RGB Variations
Color information
#AB637A (or 0xAB637A) is known color: Tapestry. HEX triplet: AB, 63 and 7A. RGB value is (171,99,122). Sum of RGB (Red+Green+Blue) = 171+99+122=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB637A is #549C85. Grayscale: #7B7B7B. Windows color (decimal): -5545094 or 8020907. OLE color: 8020907.
HSL color Cylindrical-coordinate representation of color #AB637A: hue angle of 340.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB637A is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 122 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.33 |
| HSL | 340.83º | 0.3% | 0.53% | - |
| HSV(B) | 340.83º | 0.42% | 0.67% | - |
| XYZ | 24.77 | 18.99 | 20.77 | - |
| YUV | 123.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 122 | 0 | 0.42 | 0.29 | 0.33 | 340.83 | 0.3 | 0.53 |
| Hex | AB | 63 | 7A | 0 | 2A | 1D | 21 | 155 | 1E | 35 |
| Octal | 253 | 143 | 172 | 0 | 52 | 35 | 41 | 525 | 36 | 65 |
| Binary | 10101011 | 1100011 | 1111010 | 0 | 101010 | 11101 | 100001 | 101010101 | 11110 | 110101 |
Color Harmonies of #AB637A
Complementary color
Monochromatic Colors of #AB637A
Black with #AB637A
Text Example
Text Example
White with #AB637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB637A; }
p { color: rgb(171,99,122); }
H1.HeaderClassName
{
color: #AB637A;
}
.AnyTagClassName
{
color: #AB637A;
}
</style>
background-color css
<style>
a { background-color: #AB637A; }
a { background-color: rgb(171,99,122); }
div.DivClassName
{
background-color: #AB637A;
}
.BgClassName
{
background-color: #AB637A;
}
</style>
border-color css
<style>
span { border-color: #AB637A; }
span { border-color: rgb(171,99,122); }
td.TdClassName
{
border-color: #AB637A;
}
.TagClassName
{
border-color: #AB637A;
}
</style>