Shades of Tapestry #AF868B
Tints of Tapestry #AF868B
RGB
CMYK
RGB Variations
Color information
#AF868B (or 0xAF868B) is known color: Tapestry. HEX triplet: AF, 86 and 8B. RGB value is (175,134,139). Sum of RGB (Red+Green+Blue) = 175+134+139=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF868B is #507974. Grayscale: #929292. Windows color (decimal): -5273973 or 9143983. OLE color: 9143983.
HSL color Cylindrical-coordinate representation of color #AF868B: hue angle of 352.68º 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 #AF868B is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 139 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.31 |
| HSL | 352.68º | 0.2% | 0.61% | - |
| HSV(B) | 352.68º | 0.23% | 0.69% | - |
| XYZ | 30.86 | 28.03 | 28.21 | - |
| YUV | 146.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 139 | 0 | 0.23 | 0.21 | 0.31 | 352.68 | 0.2 | 0.61 |
| Hex | AF | 86 | 8B | 0 | 17 | 15 | 1F | 161 | 14 | 3D |
| Octal | 257 | 206 | 213 | 0 | 27 | 25 | 37 | 541 | 24 | 75 |
| Binary | 10101111 | 10000110 | 10001011 | 0 | 10111 | 10101 | 11111 | 101100001 | 10100 | 111101 |
Color Harmonies of #AF868B
Complementary color
Monochromatic Colors of #AF868B
Black with #AF868B
Text Example
Text Example
White with #AF868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF868B; }
p { color: rgb(175,134,139); }
H1.HeaderClassName
{
color: #AF868B;
}
.AnyTagClassName
{
color: #AF868B;
}
</style>
background-color css
<style>
a { background-color: #AF868B; }
a { background-color: rgb(175,134,139); }
div.DivClassName
{
background-color: #AF868B;
}
.BgClassName
{
background-color: #AF868B;
}
</style>
border-color css
<style>
span { border-color: #AF868B; }
span { border-color: rgb(175,134,139); }
td.TdClassName
{
border-color: #AF868B;
}
.TagClassName
{
border-color: #AF868B;
}
</style>