Shades of Tapestry #AB658A
Tints of Tapestry #AB658A
RGB
CMYK
RGB Variations
Color information
#AB658A (or 0xAB658A) is known color: Tapestry. HEX triplet: AB, 65 and 8A. RGB value is (171,101,138). Sum of RGB (Red+Green+Blue) = 171+101+138=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB658A is #549A75. Grayscale: #7E7E7E. Windows color (decimal): -5544566 or 9069995. OLE color: 9069995.
HSL color Cylindrical-coordinate representation of color #AB658A: hue angle of 328.29º 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 #AB658A is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 138 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.33 |
| HSL | 328.29º | 0.29% | 0.53% | - |
| HSV(B) | 328.29º | 0.41% | 0.67% | - |
| XYZ | 26.04 | 19.8 | 26.49 | - |
| YUV | 126.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 138 | 0 | 0.41 | 0.19 | 0.33 | 328.29 | 0.29 | 0.53 |
| Hex | AB | 65 | 8A | 0 | 29 | 13 | 21 | 148 | 1D | 35 |
| Octal | 253 | 145 | 212 | 0 | 51 | 23 | 41 | 510 | 35 | 65 |
| Binary | 10101011 | 1100101 | 10001010 | 0 | 101001 | 10011 | 100001 | 101001000 | 11101 | 110101 |
Color Harmonies of #AB658A
Complementary color
Monochromatic Colors of #AB658A
Black with #AB658A
Text Example
Text Example
White with #AB658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB658A; }
p { color: rgb(171,101,138); }
H1.HeaderClassName
{
color: #AB658A;
}
.AnyTagClassName
{
color: #AB658A;
}
</style>
background-color css
<style>
a { background-color: #AB658A; }
a { background-color: rgb(171,101,138); }
div.DivClassName
{
background-color: #AB658A;
}
.BgClassName
{
background-color: #AB658A;
}
</style>
border-color css
<style>
span { border-color: #AB658A; }
span { border-color: rgb(171,101,138); }
td.TdClassName
{
border-color: #AB658A;
}
.TagClassName
{
border-color: #AB658A;
}
</style>