Shades of Tapestry #AB7381
Tints of Tapestry #AB7381
RGB
CMYK
RGB Variations
Color information
#AB7381 (or 0xAB7381) is known color: Tapestry. HEX triplet: AB, 73 and 81. RGB value is (171,115,129). Sum of RGB (Red+Green+Blue) = 171+115+129=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7381 is #548C7E. Grayscale: #858585. Windows color (decimal): -5540991 or 8483755. OLE color: 8483755.
HSL color Cylindrical-coordinate representation of color #AB7381: hue angle of 345º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7381 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 129 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.33 |
| HSL | 345º | 0.25% | 0.56% | - |
| HSV(B) | 345º | 0.33% | 0.67% | - |
| XYZ | 26.89 | 22.5 | 23.7 | - |
| YUV | 133.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 129 | 0 | 0.33 | 0.25 | 0.33 | 345 | 0.25 | 0.56 |
| Hex | AB | 73 | 81 | 0 | 21 | 19 | 21 | 159 | 19 | 38 |
| Octal | 253 | 163 | 201 | 0 | 41 | 31 | 41 | 531 | 31 | 70 |
| Binary | 10101011 | 1110011 | 10000001 | 0 | 100001 | 11001 | 100001 | 101011001 | 11001 | 111000 |
Color Harmonies of #AB7381
Complementary color
Monochromatic Colors of #AB7381
Black with #AB7381
Text Example
Text Example
White with #AB7381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7381; }
p { color: rgb(171,115,129); }
H1.HeaderClassName
{
color: #AB7381;
}
.AnyTagClassName
{
color: #AB7381;
}
</style>
background-color css
<style>
a { background-color: #AB7381; }
a { background-color: rgb(171,115,129); }
div.DivClassName
{
background-color: #AB7381;
}
.BgClassName
{
background-color: #AB7381;
}
</style>
border-color css
<style>
span { border-color: #AB7381; }
span { border-color: rgb(171,115,129); }
td.TdClassName
{
border-color: #AB7381;
}
.TagClassName
{
border-color: #AB7381;
}
</style>