Shades of Tapestry #AB7A85
Tints of Tapestry #AB7A85
RGB
CMYK
RGB Variations
Color information
#AB7A85 (or 0xAB7A85) is known color: Tapestry. HEX triplet: AB, 7A and 85. RGB value is (171,122,133). Sum of RGB (Red+Green+Blue) = 171+122+133=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7A85 is #54857A. Grayscale: #898989. Windows color (decimal): -5539195 or 8747691. OLE color: 8747691.
HSL color Cylindrical-coordinate representation of color #AB7A85: hue angle of 346.53º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7A85 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 133 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.33 |
| HSL | 346.53º | 0.23% | 0.57% | - |
| HSV(B) | 346.53º | 0.29% | 0.67% | - |
| XYZ | 27.99 | 24.27 | 25.4 | - |
| YUV | 137.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 133 | 0 | 0.29 | 0.22 | 0.33 | 346.53 | 0.23 | 0.57 |
| Hex | AB | 7A | 85 | 0 | 1D | 16 | 21 | 15B | 17 | 39 |
| Octal | 253 | 172 | 205 | 0 | 35 | 26 | 41 | 533 | 27 | 71 |
| Binary | 10101011 | 1111010 | 10000101 | 0 | 11101 | 10110 | 100001 | 101011011 | 10111 | 111001 |
Color Harmonies of #AB7A85
Complementary color
Monochromatic Colors of #AB7A85
Black with #AB7A85
Text Example
Text Example
White with #AB7A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A85; }
p { color: rgb(171,122,133); }
H1.HeaderClassName
{
color: #AB7A85;
}
.AnyTagClassName
{
color: #AB7A85;
}
</style>
background-color css
<style>
a { background-color: #AB7A85; }
a { background-color: rgb(171,122,133); }
div.DivClassName
{
background-color: #AB7A85;
}
.BgClassName
{
background-color: #AB7A85;
}
</style>
border-color css
<style>
span { border-color: #AB7A85; }
span { border-color: rgb(171,122,133); }
td.TdClassName
{
border-color: #AB7A85;
}
.TagClassName
{
border-color: #AB7A85;
}
</style>