Shades of Tapestry #AB748A
Tints of Tapestry #AB748A
RGB
CMYK
RGB Variations
Color information
#AB748A (or 0xAB748A) is known color: Tapestry. HEX triplet: AB, 74 and 8A. RGB value is (171,116,138). Sum of RGB (Red+Green+Blue) = 171+116+138=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB748A is #548B75. Grayscale: #868686. Windows color (decimal): -5540726 or 9073835. OLE color: 9073835.
HSL color Cylindrical-coordinate representation of color #AB748A: hue angle of 336º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB748A is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 138 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.33 |
| HSL | 336º | 0.25% | 0.56% | - |
| HSV(B) | 336º | 0.32% | 0.67% | - |
| XYZ | 27.63 | 22.98 | 27.02 | - |
| YUV | 134.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 138 | 0 | 0.32 | 0.19 | 0.33 | 336 | 0.25 | 0.56 |
| Hex | AB | 74 | 8A | 0 | 20 | 13 | 21 | 150 | 19 | 38 |
| Octal | 253 | 164 | 212 | 0 | 40 | 23 | 41 | 520 | 31 | 70 |
| Binary | 10101011 | 1110100 | 10001010 | 0 | 100000 | 10011 | 100001 | 101010000 | 11001 | 111000 |
Color Harmonies of #AB748A
Complementary color
Monochromatic Colors of #AB748A
Black with #AB748A
Text Example
Text Example
White with #AB748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB748A; }
p { color: rgb(171,116,138); }
H1.HeaderClassName
{
color: #AB748A;
}
.AnyTagClassName
{
color: #AB748A;
}
</style>
background-color css
<style>
a { background-color: #AB748A; }
a { background-color: rgb(171,116,138); }
div.DivClassName
{
background-color: #AB748A;
}
.BgClassName
{
background-color: #AB748A;
}
</style>
border-color css
<style>
span { border-color: #AB748A; }
span { border-color: rgb(171,116,138); }
td.TdClassName
{
border-color: #AB748A;
}
.TagClassName
{
border-color: #AB748A;
}
</style>