Shades of Tapestry #AB828A
Tints of Tapestry #AB828A
RGB
CMYK
RGB Variations
Color information
#AB828A (or 0xAB828A) is known color: Tapestry. HEX triplet: AB, 82 and 8A. RGB value is (171,130,138). Sum of RGB (Red+Green+Blue) = 171+130+138=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 171 - color contains mainly: red. Hex color #AB828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB828A is #547D75. Grayscale: #8F8F8F. Windows color (decimal): -5537142 or 9077419. OLE color: 9077419.
HSL color Cylindrical-coordinate representation of color #AB828A: hue angle of 348.29º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB828A is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 138 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.33 |
| HSL | 348.29º | 0.2% | 0.59% | - |
| HSV(B) | 348.29º | 0.24% | 0.67% | - |
| XYZ | 29.36 | 26.46 | 27.6 | - |
| YUV | 143.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 138 | 0 | 0.24 | 0.19 | 0.33 | 348.29 | 0.2 | 0.59 |
| Hex | AB | 82 | 8A | 0 | 18 | 13 | 21 | 15C | 14 | 3B |
| Octal | 253 | 202 | 212 | 0 | 30 | 23 | 41 | 534 | 24 | 73 |
| Binary | 10101011 | 10000010 | 10001010 | 0 | 11000 | 10011 | 100001 | 101011100 | 10100 | 111011 |
Color Harmonies of #AB828A
Complementary color
Monochromatic Colors of #AB828A
Black with #AB828A
Text Example
Text Example
White with #AB828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB828A; }
p { color: rgb(171,130,138); }
H1.HeaderClassName
{
color: #AB828A;
}
.AnyTagClassName
{
color: #AB828A;
}
</style>
background-color css
<style>
a { background-color: #AB828A; }
a { background-color: rgb(171,130,138); }
div.DivClassName
{
background-color: #AB828A;
}
.BgClassName
{
background-color: #AB828A;
}
</style>
border-color css
<style>
span { border-color: #AB828A; }
span { border-color: rgb(171,130,138); }
td.TdClassName
{
border-color: #AB828A;
}
.TagClassName
{
border-color: #AB828A;
}
</style>