Shades of Tapestry #AB848A
Tints of Tapestry #AB848A
RGB
CMYK
RGB Variations
Color information
#AB848A (or 0xAB848A) is known color: Tapestry. HEX triplet: AB, 84 and 8A. RGB value is (171,132,138). Sum of RGB (Red+Green+Blue) = 171+132+138=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB848A is #547B75. Grayscale: #909090. Windows color (decimal): -5536630 or 9077931. OLE color: 9077931.
HSL color Cylindrical-coordinate representation of color #AB848A: hue angle of 350.77º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB848A is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 138 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.33 |
| HSL | 350.77º | 0.19% | 0.59% | - |
| HSV(B) | 350.77º | 0.23% | 0.67% | - |
| XYZ | 29.63 | 27 | 27.69 | - |
| YUV | 144.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 138 | 0 | 0.23 | 0.19 | 0.33 | 350.77 | 0.19 | 0.59 |
| Hex | AB | 84 | 8A | 0 | 17 | 13 | 21 | 15F | 13 | 3B |
| Octal | 253 | 204 | 212 | 0 | 27 | 23 | 41 | 537 | 23 | 73 |
| Binary | 10101011 | 10000100 | 10001010 | 0 | 10111 | 10011 | 100001 | 101011111 | 10011 | 111011 |
Color Harmonies of #AB848A
Complementary color
Monochromatic Colors of #AB848A
Black with #AB848A
Text Example
Text Example
White with #AB848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB848A; }
p { color: rgb(171,132,138); }
H1.HeaderClassName
{
color: #AB848A;
}
.AnyTagClassName
{
color: #AB848A;
}
</style>
background-color css
<style>
a { background-color: #AB848A; }
a { background-color: rgb(171,132,138); }
div.DivClassName
{
background-color: #AB848A;
}
.BgClassName
{
background-color: #AB848A;
}
</style>
border-color css
<style>
span { border-color: #AB848A; }
span { border-color: rgb(171,132,138); }
td.TdClassName
{
border-color: #AB848A;
}
.TagClassName
{
border-color: #AB848A;
}
</style>