Shades of Tapestry #AF708E
Tints of Tapestry #AF708E
RGB
CMYK
RGB Variations
Color information
#AF708E (or 0xAF708E) is known color: Tapestry. HEX triplet: AF, 70 and 8E. RGB value is (175,112,142). Sum of RGB (Red+Green+Blue) = 175+112+142=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF708E is #508F71. Grayscale: #868686. Windows color (decimal): -5279602 or 9334959. OLE color: 9334959.
HSL color Cylindrical-coordinate representation of color #AF708E: hue angle of 331.43º 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 #AF708E is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 142 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.31 |
| HSL | 331.43º | 0.28% | 0.56% | - |
| HSV(B) | 331.43º | 0.36% | 0.69% | - |
| XYZ | 28.36 | 22.66 | 28.47 | - |
| YUV | 134.26 | 132.37 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 142 | 0 | 0.36 | 0.19 | 0.31 | 331.43 | 0.28 | 0.56 |
| Hex | AF | 70 | 8E | 0 | 24 | 13 | 1F | 14B | 1C | 38 |
| Octal | 257 | 160 | 216 | 0 | 44 | 23 | 37 | 513 | 34 | 70 |
| Binary | 10101111 | 1110000 | 10001110 | 0 | 100100 | 10011 | 11111 | 101001011 | 11100 | 111000 |
Color Harmonies of #AF708E
Complementary color
Monochromatic Colors of #AF708E
Black with #AF708E
Text Example
Text Example
White with #AF708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF708E; }
p { color: rgb(175,112,142); }
H1.HeaderClassName
{
color: #AF708E;
}
.AnyTagClassName
{
color: #AF708E;
}
</style>
background-color css
<style>
a { background-color: #AF708E; }
a { background-color: rgb(175,112,142); }
div.DivClassName
{
background-color: #AF708E;
}
.BgClassName
{
background-color: #AF708E;
}
</style>
border-color css
<style>
span { border-color: #AF708E; }
span { border-color: rgb(175,112,142); }
td.TdClassName
{
border-color: #AF708E;
}
.TagClassName
{
border-color: #AF708E;
}
</style>