Shades of Tapestry #AF7986
Tints of Tapestry #AF7986
RGB
CMYK
RGB Variations
Color information
#AF7986 (or 0xAF7986) is known color: Tapestry. HEX triplet: AF, 79 and 86. RGB value is (175,121,134). Sum of RGB (Red+Green+Blue) = 175+121+134=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7986 is #508679. Grayscale: #8A8A8A. Windows color (decimal): -5277306 or 8812975. OLE color: 8812975.
HSL color Cylindrical-coordinate representation of color #AF7986: hue angle of 345.56º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF7986 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 121 | 134 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.31 |
| HSL | 345.56º | 0.25% | 0.58% | - |
| HSV(B) | 345.56º | 0.31% | 0.69% | - |
| XYZ | 28.82 | 24.51 | 25.77 | - |
| YUV | 138.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 134 | 0 | 0.31 | 0.23 | 0.31 | 345.56 | 0.25 | 0.58 |
| Hex | AF | 79 | 86 | 0 | 1F | 17 | 1F | 15A | 19 | 3A |
| Octal | 257 | 171 | 206 | 0 | 37 | 27 | 37 | 532 | 31 | 72 |
| Binary | 10101111 | 1111001 | 10000110 | 0 | 11111 | 10111 | 11111 | 101011010 | 11001 | 111010 |
Color Harmonies of #AF7986
Complementary color
Monochromatic Colors of #AF7986
Black with #AF7986
Text Example
Text Example
White with #AF7986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7986; }
p { color: rgb(175,121,134); }
H1.HeaderClassName
{
color: #AF7986;
}
.AnyTagClassName
{
color: #AF7986;
}
</style>
background-color css
<style>
a { background-color: #AF7986; }
a { background-color: rgb(175,121,134); }
div.DivClassName
{
background-color: #AF7986;
}
.BgClassName
{
background-color: #AF7986;
}
</style>
border-color css
<style>
span { border-color: #AF7986; }
span { border-color: rgb(175,121,134); }
td.TdClassName
{
border-color: #AF7986;
}
.TagClassName
{
border-color: #AF7986;
}
</style>