Shades of Tapestry #AB5E7C
Tints of Tapestry #AB5E7C
RGB
CMYK
RGB Variations
Color information
#AB5E7C (or 0xAB5E7C) is known color: Tapestry. HEX triplet: AB, 5E and 7C. RGB value is (171,94,124). Sum of RGB (Red+Green+Blue) = 171+94+124=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5E7C is #54A183. Grayscale: #787878. Windows color (decimal): -5546372 or 8150699. OLE color: 8150699.
HSL color Cylindrical-coordinate representation of color #AB5E7C: hue angle of 336.62º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB5E7C is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 94 | 124 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.33 |
| HSL | 336.62º | 0.31% | 0.52% | - |
| HSV(B) | 336.62º | 0.45% | 0.67% | - |
| XYZ | 24.44 | 18.12 | 21.28 | - |
| YUV | 120.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 124 | 0 | 0.45 | 0.27 | 0.33 | 336.62 | 0.31 | 0.52 |
| Hex | AB | 5E | 7C | 0 | 2D | 1B | 21 | 151 | 1F | 34 |
| Octal | 253 | 136 | 174 | 0 | 55 | 33 | 41 | 521 | 37 | 64 |
| Binary | 10101011 | 1011110 | 1111100 | 0 | 101101 | 11011 | 100001 | 101010001 | 11111 | 110100 |
Color Harmonies of #AB5E7C
Complementary color
Monochromatic Colors of #AB5E7C
Black with #AB5E7C
Text Example
Text Example
White with #AB5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5E7C; }
p { color: rgb(171,94,124); }
H1.HeaderClassName
{
color: #AB5E7C;
}
.AnyTagClassName
{
color: #AB5E7C;
}
</style>
background-color css
<style>
a { background-color: #AB5E7C; }
a { background-color: rgb(171,94,124); }
div.DivClassName
{
background-color: #AB5E7C;
}
.BgClassName
{
background-color: #AB5E7C;
}
</style>
border-color css
<style>
span { border-color: #AB5E7C; }
span { border-color: rgb(171,94,124); }
td.TdClassName
{
border-color: #AB5E7C;
}
.TagClassName
{
border-color: #AB5E7C;
}
</style>