Shades of Tapestry #AF8587
Tints of Tapestry #AF8587
RGB
CMYK
RGB Variations
Color information
#AF8587 (or 0xAF8587) is known color: Tapestry. HEX triplet: AF, 85 and 87. RGB value is (175,133,135). Sum of RGB (Red+Green+Blue) = 175+133+135=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8587 is #507A78. Grayscale: #919191. Windows color (decimal): -5274233 or 8881583. OLE color: 8881583.
HSL color Cylindrical-coordinate representation of color #AF8587: hue angle of 357.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8587 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 135 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.31 |
| HSL | 357.14º | 0.21% | 0.6% | - |
| HSV(B) | 357.14º | 0.24% | 0.69% | - |
| XYZ | 30.44 | 27.64 | 26.65 | - |
| YUV | 145.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 135 | 0 | 0.24 | 0.23 | 0.31 | 357.14 | 0.21 | 0.6 |
| Hex | AF | 85 | 87 | 0 | 18 | 17 | 1F | 165 | 15 | 3C |
| Octal | 257 | 205 | 207 | 0 | 30 | 27 | 37 | 545 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10000111 | 0 | 11000 | 10111 | 11111 | 101100101 | 10101 | 111100 |
Color Harmonies of #AF8587
Complementary color
Monochromatic Colors of #AF8587
Black with #AF8587
Text Example
Text Example
White with #AF8587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8587; }
p { color: rgb(175,133,135); }
H1.HeaderClassName
{
color: #AF8587;
}
.AnyTagClassName
{
color: #AF8587;
}
</style>
background-color css
<style>
a { background-color: #AF8587; }
a { background-color: rgb(175,133,135); }
div.DivClassName
{
background-color: #AF8587;
}
.BgClassName
{
background-color: #AF8587;
}
</style>
border-color css
<style>
span { border-color: #AF8587; }
span { border-color: rgb(175,133,135); }
td.TdClassName
{
border-color: #AF8587;
}
.TagClassName
{
border-color: #AF8587;
}
</style>