Shades of Tapestry #AB6B7D
Tints of Tapestry #AB6B7D
RGB
CMYK
RGB Variations
Color information
#AB6B7D (or 0xAB6B7D) is known color: Tapestry. HEX triplet: AB, 6B and 7D. RGB value is (171,107,125). Sum of RGB (Red+Green+Blue) = 171+107+125=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6B7D is #549482. Grayscale: #808080. Windows color (decimal): -5543043 or 8219563. OLE color: 8219563.
HSL color Cylindrical-coordinate representation of color #AB6B7D: hue angle of 343.12º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB6B7D is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 125 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.33 |
| HSL | 343.13º | 0.28% | 0.55% | - |
| HSV(B) | 343.13º | 0.37% | 0.67% | - |
| XYZ | 25.75 | 20.65 | 22.03 | - |
| YUV | 128.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 125 | 0 | 0.37 | 0.27 | 0.33 | 343.13 | 0.28 | 0.55 |
| Hex | AB | 6B | 7D | 0 | 25 | 1B | 21 | 157 | 1C | 37 |
| Octal | 253 | 153 | 175 | 0 | 45 | 33 | 41 | 527 | 34 | 67 |
| Binary | 10101011 | 1101011 | 1111101 | 0 | 100101 | 11011 | 100001 | 101010111 | 11100 | 110111 |
Color Harmonies of #AB6B7D
Complementary color
Monochromatic Colors of #AB6B7D
Black with #AB6B7D
Text Example
Text Example
White with #AB6B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B7D; }
p { color: rgb(171,107,125); }
H1.HeaderClassName
{
color: #AB6B7D;
}
.AnyTagClassName
{
color: #AB6B7D;
}
</style>
background-color css
<style>
a { background-color: #AB6B7D; }
a { background-color: rgb(171,107,125); }
div.DivClassName
{
background-color: #AB6B7D;
}
.BgClassName
{
background-color: #AB6B7D;
}
</style>
border-color css
<style>
span { border-color: #AB6B7D; }
span { border-color: rgb(171,107,125); }
td.TdClassName
{
border-color: #AB6B7D;
}
.TagClassName
{
border-color: #AB6B7D;
}
</style>