Shades of Tapestry #AF858D
Tints of Tapestry #AF858D
RGB
CMYK
RGB Variations
Color information
#AF858D (or 0xAF858D) is known color: Tapestry. HEX triplet: AF, 85 and 8D. RGB value is (175,133,141). Sum of RGB (Red+Green+Blue) = 175+133+141=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF858D is #507A72. Grayscale: #929292. Windows color (decimal): -5274227 or 9274799. OLE color: 9274799.
HSL color Cylindrical-coordinate representation of color #AF858D: hue angle of 348.57º 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 #AF858D is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 141 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.31 |
| HSL | 348.57º | 0.21% | 0.6% | - |
| HSV(B) | 348.57º | 0.24% | 0.69% | - |
| XYZ | 30.87 | 27.81 | 28.94 | - |
| YUV | 146.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 141 | 0 | 0.24 | 0.19 | 0.31 | 348.57 | 0.21 | 0.6 |
| Hex | AF | 85 | 8D | 0 | 18 | 13 | 1F | 15D | 15 | 3C |
| Octal | 257 | 205 | 215 | 0 | 30 | 23 | 37 | 535 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10001101 | 0 | 11000 | 10011 | 11111 | 101011101 | 10101 | 111100 |
Color Harmonies of #AF858D
Complementary color
Monochromatic Colors of #AF858D
Black with #AF858D
Text Example
Text Example
White with #AF858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF858D; }
p { color: rgb(175,133,141); }
H1.HeaderClassName
{
color: #AF858D;
}
.AnyTagClassName
{
color: #AF858D;
}
</style>
background-color css
<style>
a { background-color: #AF858D; }
a { background-color: rgb(175,133,141); }
div.DivClassName
{
background-color: #AF858D;
}
.BgClassName
{
background-color: #AF858D;
}
</style>
border-color css
<style>
span { border-color: #AF858D; }
span { border-color: rgb(175,133,141); }
td.TdClassName
{
border-color: #AF858D;
}
.TagClassName
{
border-color: #AF858D;
}
</style>