Shades of Tapestry #AF7087
Tints of Tapestry #AF7087
RGB
CMYK
RGB Variations
Color information
#AF7087 (or 0xAF7087) is known color: Tapestry. HEX triplet: AF, 70 and 87. RGB value is (175,112,135). Sum of RGB (Red+Green+Blue) = 175+112+135=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7087 is #508F78. Grayscale: #858585. Windows color (decimal): -5279609 or 8876207. OLE color: 8876207.
HSL color Cylindrical-coordinate representation of color #AF7087: hue angle of 338.1º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF7087 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 135 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.31 |
| HSL | 338.1º | 0.28% | 0.56% | - |
| HSV(B) | 338.1º | 0.36% | 0.69% | - |
| XYZ | 27.85 | 22.45 | 25.79 | - |
| YUV | 133.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 135 | 0 | 0.36 | 0.23 | 0.31 | 338.1 | 0.28 | 0.56 |
| Hex | AF | 70 | 87 | 0 | 24 | 17 | 1F | 152 | 1C | 38 |
| Octal | 257 | 160 | 207 | 0 | 44 | 27 | 37 | 522 | 34 | 70 |
| Binary | 10101111 | 1110000 | 10000111 | 0 | 100100 | 10111 | 11111 | 101010010 | 11100 | 111000 |
Color Harmonies of #AF7087
Complementary color
Monochromatic Colors of #AF7087
Black with #AF7087
Text Example
Text Example
White with #AF7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7087; }
p { color: rgb(175,112,135); }
H1.HeaderClassName
{
color: #AF7087;
}
.AnyTagClassName
{
color: #AF7087;
}
</style>
background-color css
<style>
a { background-color: #AF7087; }
a { background-color: rgb(175,112,135); }
div.DivClassName
{
background-color: #AF7087;
}
.BgClassName
{
background-color: #AF7087;
}
</style>
border-color css
<style>
span { border-color: #AF7087; }
span { border-color: rgb(175,112,135); }
td.TdClassName
{
border-color: #AF7087;
}
.TagClassName
{
border-color: #AF7087;
}
</style>