Shades of Tapestry #AF6E86
Tints of Tapestry #AF6E86
RGB
CMYK
RGB Variations
Color information
#AF6E86 (or 0xAF6E86) is known color: Tapestry. HEX triplet: AF, 6E and 86. RGB value is (175,110,134). Sum of RGB (Red+Green+Blue) = 175+110+134=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E86 is #509179. Grayscale: #848484. Windows color (decimal): -5280122 or 8810159. OLE color: 8810159.
HSL color Cylindrical-coordinate representation of color #AF6E86: hue angle of 337.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6E86 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 134 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.31 |
| HSL | 337.85º | 0.29% | 0.56% | - |
| HSV(B) | 337.85º | 0.37% | 0.69% | - |
| XYZ | 27.56 | 21.99 | 25.35 | - |
| YUV | 132.17 | 129.03 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 134 | 0 | 0.37 | 0.23 | 0.31 | 337.85 | 0.29 | 0.56 |
| Hex | AF | 6E | 86 | 0 | 25 | 17 | 1F | 152 | 1D | 38 |
| Octal | 257 | 156 | 206 | 0 | 45 | 27 | 37 | 522 | 35 | 70 |
| Binary | 10101111 | 1101110 | 10000110 | 0 | 100101 | 10111 | 11111 | 101010010 | 11101 | 111000 |
Color Harmonies of #AF6E86
Complementary color
Monochromatic Colors of #AF6E86
Black with #AF6E86
Text Example
Text Example
White with #AF6E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E86; }
p { color: rgb(175,110,134); }
H1.HeaderClassName
{
color: #AF6E86;
}
.AnyTagClassName
{
color: #AF6E86;
}
</style>
background-color css
<style>
a { background-color: #AF6E86; }
a { background-color: rgb(175,110,134); }
div.DivClassName
{
background-color: #AF6E86;
}
.BgClassName
{
background-color: #AF6E86;
}
</style>
border-color css
<style>
span { border-color: #AF6E86; }
span { border-color: rgb(175,110,134); }
td.TdClassName
{
border-color: #AF6E86;
}
.TagClassName
{
border-color: #AF6E86;
}
</style>