Shades of Tapestry #AB7A82
Tints of Tapestry #AB7A82
RGB
CMYK
RGB Variations
Color information
#AB7A82 (or 0xAB7A82) is known color: Tapestry. HEX triplet: AB, 7A and 82. RGB value is (171,122,130). Sum of RGB (Red+Green+Blue) = 171+122+130=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7A82 is #54857D. Grayscale: #898989. Windows color (decimal): -5539198 or 8551083. OLE color: 8551083.
HSL color Cylindrical-coordinate representation of color #AB7A82: hue angle of 350.2º 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 #AB7A82 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 130 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.33 |
| HSL | 350.2º | 0.23% | 0.57% | - |
| HSV(B) | 350.2º | 0.29% | 0.67% | - |
| XYZ | 27.78 | 24.19 | 24.32 | - |
| YUV | 137.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 130 | 0 | 0.29 | 0.24 | 0.33 | 350.2 | 0.23 | 0.57 |
| Hex | AB | 7A | 82 | 0 | 1D | 18 | 21 | 15E | 17 | 39 |
| Octal | 253 | 172 | 202 | 0 | 35 | 30 | 41 | 536 | 27 | 71 |
| Binary | 10101011 | 1111010 | 10000010 | 0 | 11101 | 11000 | 100001 | 101011110 | 10111 | 111001 |
Color Harmonies of #AB7A82
Complementary color
Monochromatic Colors of #AB7A82
Black with #AB7A82
Text Example
Text Example
White with #AB7A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A82; }
p { color: rgb(171,122,130); }
H1.HeaderClassName
{
color: #AB7A82;
}
.AnyTagClassName
{
color: #AB7A82;
}
</style>
background-color css
<style>
a { background-color: #AB7A82; }
a { background-color: rgb(171,122,130); }
div.DivClassName
{
background-color: #AB7A82;
}
.BgClassName
{
background-color: #AB7A82;
}
</style>
border-color css
<style>
span { border-color: #AB7A82; }
span { border-color: rgb(171,122,130); }
td.TdClassName
{
border-color: #AB7A82;
}
.TagClassName
{
border-color: #AB7A82;
}
</style>