Shades of Tapestry #AB7A8A
Tints of Tapestry #AB7A8A
RGB
CMYK
RGB Variations
Color information
#AB7A8A (or 0xAB7A8A) is known color: Tapestry. HEX triplet: AB, 7A and 8A. RGB value is (171,122,138). Sum of RGB (Red+Green+Blue) = 171+122+138=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7A8A is #548575. Grayscale: #8A8A8A. Windows color (decimal): -5539190 or 9075371. OLE color: 9075371.
HSL color Cylindrical-coordinate representation of color #AB7A8A: hue angle of 340.41º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7A8A is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 138 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.33 |
| HSL | 340.41º | 0.23% | 0.57% | - |
| HSV(B) | 340.41º | 0.29% | 0.67% | - |
| XYZ | 28.34 | 24.41 | 27.26 | - |
| YUV | 138.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 138 | 0 | 0.29 | 0.19 | 0.33 | 340.41 | 0.23 | 0.57 |
| Hex | AB | 7A | 8A | 0 | 1D | 13 | 21 | 154 | 17 | 39 |
| Octal | 253 | 172 | 212 | 0 | 35 | 23 | 41 | 524 | 27 | 71 |
| Binary | 10101011 | 1111010 | 10001010 | 0 | 11101 | 10011 | 100001 | 101010100 | 10111 | 111001 |
Color Harmonies of #AB7A8A
Complementary color
Monochromatic Colors of #AB7A8A
Black with #AB7A8A
Text Example
Text Example
White with #AB7A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A8A; }
p { color: rgb(171,122,138); }
H1.HeaderClassName
{
color: #AB7A8A;
}
.AnyTagClassName
{
color: #AB7A8A;
}
</style>
background-color css
<style>
a { background-color: #AB7A8A; }
a { background-color: rgb(171,122,138); }
div.DivClassName
{
background-color: #AB7A8A;
}
.BgClassName
{
background-color: #AB7A8A;
}
</style>
border-color css
<style>
span { border-color: #AB7A8A; }
span { border-color: rgb(171,122,138); }
td.TdClassName
{
border-color: #AB7A8A;
}
.TagClassName
{
border-color: #AB7A8A;
}
</style>