Shades of Tapestry #AF868A
Tints of Tapestry #AF868A
RGB
CMYK
RGB Variations
Color information
#AF868A (or 0xAF868A) is known color: Tapestry. HEX triplet: AF, 86 and 8A. RGB value is (175,134,138). Sum of RGB (Red+Green+Blue) = 175+134+138=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF868A is #507975. Grayscale: #929292. Windows color (decimal): -5273974 or 9078447. OLE color: 9078447.
HSL color Cylindrical-coordinate representation of color #AF868A: hue angle of 354.15º 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 #AF868A is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 134 | 138 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.31 |
| HSL | 354.15º | 0.2% | 0.61% | - |
| HSV(B) | 354.15º | 0.23% | 0.69% | - |
| XYZ | 30.79 | 28 | 27.83 | - |
| YUV | 146.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 134 | 138 | 0 | 0.23 | 0.21 | 0.31 | 354.15 | 0.2 | 0.61 |
| Hex | AF | 86 | 8A | 0 | 17 | 15 | 1F | 162 | 14 | 3D |
| Octal | 257 | 206 | 212 | 0 | 27 | 25 | 37 | 542 | 24 | 75 |
| Binary | 10101111 | 10000110 | 10001010 | 0 | 10111 | 10101 | 11111 | 101100010 | 10100 | 111101 |
Color Harmonies of #AF868A
Complementary color
Monochromatic Colors of #AF868A
Black with #AF868A
Text Example
Text Example
White with #AF868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF868A; }
p { color: rgb(175,134,138); }
H1.HeaderClassName
{
color: #AF868A;
}
.AnyTagClassName
{
color: #AF868A;
}
</style>
background-color css
<style>
a { background-color: #AF868A; }
a { background-color: rgb(175,134,138); }
div.DivClassName
{
background-color: #AF868A;
}
.BgClassName
{
background-color: #AF868A;
}
</style>
border-color css
<style>
span { border-color: #AF868A; }
span { border-color: rgb(175,134,138); }
td.TdClassName
{
border-color: #AF868A;
}
.TagClassName
{
border-color: #AF868A;
}
</style>