Shades of Tapestry #AB738A
Tints of Tapestry #AB738A
RGB
CMYK
RGB Variations
Color information
#AB738A (or 0xAB738A) is known color: Tapestry. HEX triplet: AB, 73 and 8A. RGB value is (171,115,138). Sum of RGB (Red+Green+Blue) = 171+115+138=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB738A is #548C75. Grayscale: #868686. Windows color (decimal): -5540982 or 9073579. OLE color: 9073579.
HSL color Cylindrical-coordinate representation of color #AB738A: hue angle of 335.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB738A is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 138 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.33 |
| HSL | 335.36º | 0.25% | 0.56% | - |
| HSV(B) | 335.36º | 0.33% | 0.67% | - |
| XYZ | 27.51 | 22.75 | 26.99 | - |
| YUV | 134.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 138 | 0 | 0.33 | 0.19 | 0.33 | 335.36 | 0.25 | 0.56 |
| Hex | AB | 73 | 8A | 0 | 21 | 13 | 21 | 14F | 19 | 38 |
| Octal | 253 | 163 | 212 | 0 | 41 | 23 | 41 | 517 | 31 | 70 |
| Binary | 10101011 | 1110011 | 10001010 | 0 | 100001 | 10011 | 100001 | 101001111 | 11001 | 111000 |
Color Harmonies of #AB738A
Complementary color
Monochromatic Colors of #AB738A
Black with #AB738A
Text Example
Text Example
White with #AB738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB738A; }
p { color: rgb(171,115,138); }
H1.HeaderClassName
{
color: #AB738A;
}
.AnyTagClassName
{
color: #AB738A;
}
</style>
background-color css
<style>
a { background-color: #AB738A; }
a { background-color: rgb(171,115,138); }
div.DivClassName
{
background-color: #AB738A;
}
.BgClassName
{
background-color: #AB738A;
}
</style>
border-color css
<style>
span { border-color: #AB738A; }
span { border-color: rgb(171,115,138); }
td.TdClassName
{
border-color: #AB738A;
}
.TagClassName
{
border-color: #AB738A;
}
</style>