Shades of Tapestry #AB798A
Tints of Tapestry #AB798A
RGB
CMYK
RGB Variations
Color information
#AB798A (or 0xAB798A) is known color: Tapestry. HEX triplet: AB, 79 and 8A. RGB value is (171,121,138). Sum of RGB (Red+Green+Blue) = 171+121+138=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 171 - color contains mainly: red. Hex color #AB798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB798A is #548675. Grayscale: #898989. Windows color (decimal): -5539446 or 9075115. OLE color: 9075115.
HSL color Cylindrical-coordinate representation of color #AB798A: hue angle of 339.6º 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 #AB798A is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 138 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.33 |
| HSL | 339.6º | 0.23% | 0.57% | - |
| HSV(B) | 339.6º | 0.29% | 0.67% | - |
| XYZ | 28.22 | 24.17 | 27.22 | - |
| YUV | 137.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 138 | 0 | 0.29 | 0.19 | 0.33 | 339.6 | 0.23 | 0.57 |
| Hex | AB | 79 | 8A | 0 | 1D | 13 | 21 | 154 | 17 | 39 |
| Octal | 253 | 171 | 212 | 0 | 35 | 23 | 41 | 524 | 27 | 71 |
| Binary | 10101011 | 1111001 | 10001010 | 0 | 11101 | 10011 | 100001 | 101010100 | 10111 | 111001 |
Color Harmonies of #AB798A
Complementary color
Monochromatic Colors of #AB798A
Black with #AB798A
Text Example
Text Example
White with #AB798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB798A; }
p { color: rgb(171,121,138); }
H1.HeaderClassName
{
color: #AB798A;
}
.AnyTagClassName
{
color: #AB798A;
}
</style>
background-color css
<style>
a { background-color: #AB798A; }
a { background-color: rgb(171,121,138); }
div.DivClassName
{
background-color: #AB798A;
}
.BgClassName
{
background-color: #AB798A;
}
</style>
border-color css
<style>
span { border-color: #AB798A; }
span { border-color: rgb(171,121,138); }
td.TdClassName
{
border-color: #AB798A;
}
.TagClassName
{
border-color: #AB798A;
}
</style>