Shades of Tapestry #AF7090
Tints of Tapestry #AF7090
RGB
CMYK
RGB Variations
Color information
#AF7090 (or 0xAF7090) is known color: Tapestry. HEX triplet: AF, 70 and 90. RGB value is (175,112,144). Sum of RGB (Red+Green+Blue) = 175+112+144=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7090 is #508F6F. Grayscale: #868686. Windows color (decimal): -5279600 or 9466031. OLE color: 9466031.
HSL color Cylindrical-coordinate representation of color #AF7090: hue angle of 329.52º 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 #AF7090 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 144 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.31 |
| HSL | 329.52º | 0.28% | 0.56% | - |
| HSV(B) | 329.52º | 0.36% | 0.69% | - |
| XYZ | 28.51 | 22.72 | 29.27 | - |
| YUV | 134.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 144 | 0 | 0.36 | 0.18 | 0.31 | 329.52 | 0.28 | 0.56 |
| Hex | AF | 70 | 90 | 0 | 24 | 12 | 1F | 14A | 1C | 38 |
| Octal | 257 | 160 | 220 | 0 | 44 | 22 | 37 | 512 | 34 | 70 |
| Binary | 10101111 | 1110000 | 10010000 | 0 | 100100 | 10010 | 11111 | 101001010 | 11100 | 111000 |
Color Harmonies of #AF7090
Complementary color
Monochromatic Colors of #AF7090
Black with #AF7090
Text Example
Text Example
White with #AF7090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7090; }
p { color: rgb(175,112,144); }
H1.HeaderClassName
{
color: #AF7090;
}
.AnyTagClassName
{
color: #AF7090;
}
</style>
background-color css
<style>
a { background-color: #AF7090; }
a { background-color: rgb(175,112,144); }
div.DivClassName
{
background-color: #AF7090;
}
.BgClassName
{
background-color: #AF7090;
}
</style>
border-color css
<style>
span { border-color: #AF7090; }
span { border-color: rgb(175,112,144); }
td.TdClassName
{
border-color: #AF7090;
}
.TagClassName
{
border-color: #AF7090;
}
</style>