Shades of Tapestry #AF6686
Tints of Tapestry #AF6686
RGB
CMYK
RGB Variations
Color information
#AF6686 (or 0xAF6686) is known color: Tapestry. HEX triplet: AF, 66 and 86. RGB value is (175,102,134). Sum of RGB (Red+Green+Blue) = 175+102+134=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6686 is #509979. Grayscale: #7F7F7F. Windows color (decimal): -5282170 or 8808111. OLE color: 8808111.
HSL color Cylindrical-coordinate representation of color #AF6686: hue angle of 333.7º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6686 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 134 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.31 |
| HSL | 333.7º | 0.31% | 0.54% | - |
| HSV(B) | 333.7º | 0.42% | 0.69% | - |
| XYZ | 26.73 | 20.34 | 25.07 | - |
| YUV | 127.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 134 | 0 | 0.42 | 0.23 | 0.31 | 333.7 | 0.31 | 0.54 |
| Hex | AF | 66 | 86 | 0 | 2A | 17 | 1F | 14E | 1F | 36 |
| Octal | 257 | 146 | 206 | 0 | 52 | 27 | 37 | 516 | 37 | 66 |
| Binary | 10101111 | 1100110 | 10000110 | 0 | 101010 | 10111 | 11111 | 101001110 | 11111 | 110110 |
Color Harmonies of #AF6686
Complementary color
Monochromatic Colors of #AF6686
Black with #AF6686
Text Example
Text Example
White with #AF6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6686; }
p { color: rgb(175,102,134); }
H1.HeaderClassName
{
color: #AF6686;
}
.AnyTagClassName
{
color: #AF6686;
}
</style>
background-color css
<style>
a { background-color: #AF6686; }
a { background-color: rgb(175,102,134); }
div.DivClassName
{
background-color: #AF6686;
}
.BgClassName
{
background-color: #AF6686;
}
</style>
border-color css
<style>
span { border-color: #AF6686; }
span { border-color: rgb(175,102,134); }
td.TdClassName
{
border-color: #AF6686;
}
.TagClassName
{
border-color: #AF6686;
}
</style>