Shades of Tapestry #AF718D
Tints of Tapestry #AF718D
RGB
CMYK
RGB Variations
Color information
#AF718D (or 0xAF718D) is known color: Tapestry. HEX triplet: AF, 71 and 8D. RGB value is (175,113,141). Sum of RGB (Red+Green+Blue) = 175+113+141=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF718D is #508E72. Grayscale: #868686. Windows color (decimal): -5279347 or 9269679. OLE color: 9269679.
HSL color Cylindrical-coordinate representation of color #AF718D: hue angle of 332.9º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF718D is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 141 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.31 |
| HSL | 332.9º | 0.28% | 0.56% | - |
| HSV(B) | 332.9º | 0.35% | 0.69% | - |
| XYZ | 28.39 | 22.85 | 28.11 | - |
| YUV | 134.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 141 | 0 | 0.35 | 0.19 | 0.31 | 332.9 | 0.28 | 0.56 |
| Hex | AF | 71 | 8D | 0 | 23 | 13 | 1F | 14D | 1C | 38 |
| Octal | 257 | 161 | 215 | 0 | 43 | 23 | 37 | 515 | 34 | 70 |
| Binary | 10101111 | 1110001 | 10001101 | 0 | 100011 | 10011 | 11111 | 101001101 | 11100 | 111000 |
Color Harmonies of #AF718D
Complementary color
Monochromatic Colors of #AF718D
Black with #AF718D
Text Example
Text Example
White with #AF718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF718D; }
p { color: rgb(175,113,141); }
H1.HeaderClassName
{
color: #AF718D;
}
.AnyTagClassName
{
color: #AF718D;
}
</style>
background-color css
<style>
a { background-color: #AF718D; }
a { background-color: rgb(175,113,141); }
div.DivClassName
{
background-color: #AF718D;
}
.BgClassName
{
background-color: #AF718D;
}
</style>
border-color css
<style>
span { border-color: #AF718D; }
span { border-color: rgb(175,113,141); }
td.TdClassName
{
border-color: #AF718D;
}
.TagClassName
{
border-color: #AF718D;
}
</style>