Shades of Tapestry #AB7683
Tints of Tapestry #AB7683
RGB
CMYK
RGB Variations
Color information
#AB7683 (or 0xAB7683) is known color: Tapestry. HEX triplet: AB, 76 and 83. RGB value is (171,118,131). Sum of RGB (Red+Green+Blue) = 171+118+131=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7683 is #54897C. Grayscale: #878787. Windows color (decimal): -5540221 or 8615595. OLE color: 8615595.
HSL color Cylindrical-coordinate representation of color #AB7683: hue angle of 345.28º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB7683 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 131 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.33 |
| HSL | 345.28º | 0.24% | 0.57% | - |
| HSV(B) | 345.28º | 0.31% | 0.67% | - |
| XYZ | 27.37 | 23.25 | 24.52 | - |
| YUV | 135.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 131 | 0 | 0.31 | 0.23 | 0.33 | 345.28 | 0.24 | 0.57 |
| Hex | AB | 76 | 83 | 0 | 1F | 17 | 21 | 159 | 18 | 39 |
| Octal | 253 | 166 | 203 | 0 | 37 | 27 | 41 | 531 | 30 | 71 |
| Binary | 10101011 | 1110110 | 10000011 | 0 | 11111 | 10111 | 100001 | 101011001 | 11000 | 111001 |
Color Harmonies of #AB7683
Complementary color
Monochromatic Colors of #AB7683
Black with #AB7683
Text Example
Text Example
White with #AB7683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7683; }
p { color: rgb(171,118,131); }
H1.HeaderClassName
{
color: #AB7683;
}
.AnyTagClassName
{
color: #AB7683;
}
</style>
background-color css
<style>
a { background-color: #AB7683; }
a { background-color: rgb(171,118,131); }
div.DivClassName
{
background-color: #AB7683;
}
.BgClassName
{
background-color: #AB7683;
}
</style>
border-color css
<style>
span { border-color: #AB7683; }
span { border-color: rgb(171,118,131); }
td.TdClassName
{
border-color: #AB7683;
}
.TagClassName
{
border-color: #AB7683;
}
</style>