Shades of Tapestry #AF8690
Tints of Tapestry #AF8690
RGB
CMYK
RGB Variations
Color information
#AF8690 (or 0xAF8690) is known color: Tapestry. HEX triplet: AF, 86 and 90. RGB value is (175,134,144). Sum of RGB (Red+Green+Blue) = 175+134+144=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8690 is #50796F. Grayscale: #939393. Windows color (decimal): -5273968 or 9471663. OLE color: 9471663.
HSL color Cylindrical-coordinate representation of color #AF8690: hue angle of 345.37º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF8690 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 144 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.31 |
| HSL | 345.37º | 0.2% | 0.61% | - |
| HSV(B) | 345.37º | 0.23% | 0.69% | - |
| XYZ | 31.24 | 28.18 | 30.18 | - |
| YUV | 147.4 | 126.08 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 144 | 0 | 0.23 | 0.18 | 0.31 | 345.37 | 0.2 | 0.61 |
| Hex | AF | 86 | 90 | 0 | 17 | 12 | 1F | 159 | 14 | 3D |
| Octal | 257 | 206 | 220 | 0 | 27 | 22 | 37 | 531 | 24 | 75 |
| Binary | 10101111 | 10000110 | 10010000 | 0 | 10111 | 10010 | 11111 | 101011001 | 10100 | 111101 |
Color Harmonies of #AF8690
Complementary color
Monochromatic Colors of #AF8690
Black with #AF8690
Text Example
Text Example
White with #AF8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8690; }
p { color: rgb(175,134,144); }
H1.HeaderClassName
{
color: #AF8690;
}
.AnyTagClassName
{
color: #AF8690;
}
</style>
background-color css
<style>
a { background-color: #AF8690; }
a { background-color: rgb(175,134,144); }
div.DivClassName
{
background-color: #AF8690;
}
.BgClassName
{
background-color: #AF8690;
}
</style>
border-color css
<style>
span { border-color: #AF8690; }
span { border-color: rgb(175,134,144); }
td.TdClassName
{
border-color: #AF8690;
}
.TagClassName
{
border-color: #AF8690;
}
</style>