Shades of Tapestry #AF878D
Tints of Tapestry #AF878D
RGB
CMYK
RGB Variations
Color information
#AF878D (or 0xAF878D) is known color: Tapestry. HEX triplet: AF, 87 and 8D. RGB value is (175,135,141). Sum of RGB (Red+Green+Blue) = 175+135+141=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF878D is #507872. Grayscale: #939393. Windows color (decimal): -5273715 or 9275311. OLE color: 9275311.
HSL color Cylindrical-coordinate representation of color #AF878D: hue angle of 351º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF878D is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 141 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.31 |
| HSL | 351º | 0.2% | 0.61% | - |
| HSV(B) | 351º | 0.23% | 0.69% | - |
| XYZ | 31.15 | 28.37 | 29.03 | - |
| YUV | 147.64 | 124.25 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 141 | 0 | 0.23 | 0.19 | 0.31 | 351 | 0.2 | 0.61 |
| Hex | AF | 87 | 8D | 0 | 17 | 13 | 1F | 15F | 14 | 3D |
| Octal | 257 | 207 | 215 | 0 | 27 | 23 | 37 | 537 | 24 | 75 |
| Binary | 10101111 | 10000111 | 10001101 | 0 | 10111 | 10011 | 11111 | 101011111 | 10100 | 111101 |
Color Harmonies of #AF878D
Complementary color
Monochromatic Colors of #AF878D
Black with #AF878D
Text Example
Text Example
White with #AF878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF878D; }
p { color: rgb(175,135,141); }
H1.HeaderClassName
{
color: #AF878D;
}
.AnyTagClassName
{
color: #AF878D;
}
</style>
background-color css
<style>
a { background-color: #AF878D; }
a { background-color: rgb(175,135,141); }
div.DivClassName
{
background-color: #AF878D;
}
.BgClassName
{
background-color: #AF878D;
}
</style>
border-color css
<style>
span { border-color: #AF878D; }
span { border-color: rgb(175,135,141); }
td.TdClassName
{
border-color: #AF878D;
}
.TagClassName
{
border-color: #AF878D;
}
</style>