Shades of Tapestry #AF878B
Tints of Tapestry #AF878B
RGB
CMYK
RGB Variations
Color information
#AF878B (or 0xAF878B) is known color: Tapestry. HEX triplet: AF, 87 and 8B. RGB value is (175,135,139). Sum of RGB (Red+Green+Blue) = 175+135+139=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF878B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF878B is #507874. Grayscale: #939393. Windows color (decimal): -5273717 or 9144239. OLE color: 9144239.
HSL color Cylindrical-coordinate representation of color #AF878B: hue angle of 354º 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 #AF878B is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 139 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.31 |
| HSL | 354º | 0.2% | 0.61% | - |
| HSV(B) | 354º | 0.23% | 0.69% | - |
| XYZ | 31 | 28.31 | 28.26 | - |
| YUV | 147.42 | 123.25 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 139 | 0 | 0.23 | 0.21 | 0.31 | 354 | 0.2 | 0.61 |
| Hex | AF | 87 | 8B | 0 | 17 | 15 | 1F | 162 | 14 | 3D |
| Octal | 257 | 207 | 213 | 0 | 27 | 25 | 37 | 542 | 24 | 75 |
| Binary | 10101111 | 10000111 | 10001011 | 0 | 10111 | 10101 | 11111 | 101100010 | 10100 | 111101 |
Color Harmonies of #AF878B
Complementary color
Monochromatic Colors of #AF878B
Black with #AF878B
Text Example
Text Example
White with #AF878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF878B; }
p { color: rgb(175,135,139); }
H1.HeaderClassName
{
color: #AF878B;
}
.AnyTagClassName
{
color: #AF878B;
}
</style>
background-color css
<style>
a { background-color: #AF878B; }
a { background-color: rgb(175,135,139); }
div.DivClassName
{
background-color: #AF878B;
}
.BgClassName
{
background-color: #AF878B;
}
</style>
border-color css
<style>
span { border-color: #AF878B; }
span { border-color: rgb(175,135,139); }
td.TdClassName
{
border-color: #AF878B;
}
.TagClassName
{
border-color: #AF878B;
}
</style>