Shades of Tapestry #AB677E
Tints of Tapestry #AB677E
RGB
CMYK
RGB Variations
Color information
#AB677E (or 0xAB677E) is known color: Tapestry. HEX triplet: AB, 67 and 7E. RGB value is (171,103,126). Sum of RGB (Red+Green+Blue) = 171+103+126=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB677E is #549881. Grayscale: #7D7D7D. Windows color (decimal): -5544066 or 8284075. OLE color: 8284075.
HSL color Cylindrical-coordinate representation of color #AB677E: hue angle of 339.71º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB677E is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 126 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.33 |
| HSL | 339.71º | 0.29% | 0.54% | - |
| HSV(B) | 339.71º | 0.4% | 0.67% | - |
| XYZ | 25.41 | 19.86 | 22.23 | - |
| YUV | 125.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 126 | 0 | 0.40 | 0.26 | 0.33 | 339.71 | 0.29 | 0.54 |
| Hex | AB | 67 | 7E | 0 | 28 | 1A | 21 | 154 | 1D | 36 |
| Octal | 253 | 147 | 176 | 0 | 50 | 32 | 41 | 524 | 35 | 66 |
| Binary | 10101011 | 1100111 | 1111110 | 0 | 101000 | 11010 | 100001 | 101010100 | 11101 | 110110 |
Color Harmonies of #AB677E
Complementary color
Monochromatic Colors of #AB677E
Black with #AB677E
Text Example
Text Example
White with #AB677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB677E; }
p { color: rgb(171,103,126); }
H1.HeaderClassName
{
color: #AB677E;
}
.AnyTagClassName
{
color: #AB677E;
}
</style>
background-color css
<style>
a { background-color: #AB677E; }
a { background-color: rgb(171,103,126); }
div.DivClassName
{
background-color: #AB677E;
}
.BgClassName
{
background-color: #AB677E;
}
</style>
border-color css
<style>
span { border-color: #AB677E; }
span { border-color: rgb(171,103,126); }
td.TdClassName
{
border-color: #AB677E;
}
.TagClassName
{
border-color: #AB677E;
}
</style>