Shades of Tapestry #AF708D
Tints of Tapestry #AF708D
RGB
CMYK
RGB Variations
Color information
#AF708D (or 0xAF708D) is known color: Tapestry. HEX triplet: AF, 70 and 8D. RGB value is (175,112,141). Sum of RGB (Red+Green+Blue) = 175+112+141=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF708D is #508F72. Grayscale: #868686. Windows color (decimal): -5279603 or 9269423. OLE color: 9269423.
HSL color Cylindrical-coordinate representation of color #AF708D: hue angle of 332.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF708D is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 141 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.31 |
| HSL | 332.38º | 0.28% | 0.56% | - |
| HSV(B) | 332.38º | 0.36% | 0.69% | - |
| XYZ | 28.28 | 22.63 | 28.08 | - |
| YUV | 134.14 | 131.87 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 141 | 0 | 0.36 | 0.19 | 0.31 | 332.38 | 0.28 | 0.56 |
| Hex | AF | 70 | 8D | 0 | 24 | 13 | 1F | 14C | 1C | 38 |
| Octal | 257 | 160 | 215 | 0 | 44 | 23 | 37 | 514 | 34 | 70 |
| Binary | 10101111 | 1110000 | 10001101 | 0 | 100100 | 10011 | 11111 | 101001100 | 11100 | 111000 |
Color Harmonies of #AF708D
Complementary color
Monochromatic Colors of #AF708D
Black with #AF708D
Text Example
Text Example
White with #AF708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF708D; }
p { color: rgb(175,112,141); }
H1.HeaderClassName
{
color: #AF708D;
}
.AnyTagClassName
{
color: #AF708D;
}
</style>
background-color css
<style>
a { background-color: #AF708D; }
a { background-color: rgb(175,112,141); }
div.DivClassName
{
background-color: #AF708D;
}
.BgClassName
{
background-color: #AF708D;
}
</style>
border-color css
<style>
span { border-color: #AF708D; }
span { border-color: rgb(175,112,141); }
td.TdClassName
{
border-color: #AF708D;
}
.TagClassName
{
border-color: #AF708D;
}
</style>