Shades of Tapestry #AF858F
Tints of Tapestry #AF858F
RGB
CMYK
RGB Variations
Color information
#AF858F (or 0xAF858F) is known color: Tapestry. HEX triplet: AF, 85 and 8F. RGB value is (175,133,143). Sum of RGB (Red+Green+Blue) = 175+133+143=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 175 - color contains mainly: red. Hex color #AF858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF858F is #507A70. Grayscale: #929292. Windows color (decimal): -5274225 or 9405871. OLE color: 9405871.
HSL color Cylindrical-coordinate representation of color #AF858F: hue angle of 345.71º 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 #AF858F is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 143 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.31 |
| HSL | 345.71º | 0.21% | 0.6% | - |
| HSV(B) | 345.71º | 0.24% | 0.69% | - |
| XYZ | 31.02 | 27.87 | 29.73 | - |
| YUV | 146.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 143 | 0 | 0.24 | 0.18 | 0.31 | 345.71 | 0.21 | 0.6 |
| Hex | AF | 85 | 8F | 0 | 18 | 12 | 1F | 15A | 15 | 3C |
| Octal | 257 | 205 | 217 | 0 | 30 | 22 | 37 | 532 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10001111 | 0 | 11000 | 10010 | 11111 | 101011010 | 10101 | 111100 |
Color Harmonies of #AF858F
Complementary color
Monochromatic Colors of #AF858F
Black with #AF858F
Text Example
Text Example
White with #AF858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF858F; }
p { color: rgb(175,133,143); }
H1.HeaderClassName
{
color: #AF858F;
}
.AnyTagClassName
{
color: #AF858F;
}
</style>
background-color css
<style>
a { background-color: #AF858F; }
a { background-color: rgb(175,133,143); }
div.DivClassName
{
background-color: #AF858F;
}
.BgClassName
{
background-color: #AF858F;
}
</style>
border-color css
<style>
span { border-color: #AF858F; }
span { border-color: rgb(175,133,143); }
td.TdClassName
{
border-color: #AF858F;
}
.TagClassName
{
border-color: #AF858F;
}
</style>