Shades of Tapestry #AF698D
Tints of Tapestry #AF698D
RGB
CMYK
RGB Variations
Color information
#AF698D (or 0xAF698D) is known color: Tapestry. HEX triplet: AF, 69 and 8D. RGB value is (175,105,141). Sum of RGB (Red+Green+Blue) = 175+105+141=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF698D is #509672. Grayscale: #818181. Windows color (decimal): -5281395 or 9267631. OLE color: 9267631.
HSL color Cylindrical-coordinate representation of color #AF698D: hue angle of 329.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF698D is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 141 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.31 |
| HSL | 329.14º | 0.3% | 0.55% | - |
| HSV(B) | 329.14º | 0.4% | 0.69% | - |
| XYZ | 27.54 | 21.14 | 27.83 | - |
| YUV | 130.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 141 | 0 | 0.40 | 0.19 | 0.31 | 329.14 | 0.3 | 0.55 |
| Hex | AF | 69 | 8D | 0 | 28 | 13 | 1F | 149 | 1E | 37 |
| Octal | 257 | 151 | 215 | 0 | 50 | 23 | 37 | 511 | 36 | 67 |
| Binary | 10101111 | 1101001 | 10001101 | 0 | 101000 | 10011 | 11111 | 101001001 | 11110 | 110111 |
Color Harmonies of #AF698D
Complementary color
Monochromatic Colors of #AF698D
Black with #AF698D
Text Example
Text Example
White with #AF698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF698D; }
p { color: rgb(175,105,141); }
H1.HeaderClassName
{
color: #AF698D;
}
.AnyTagClassName
{
color: #AF698D;
}
</style>
background-color css
<style>
a { background-color: #AF698D; }
a { background-color: rgb(175,105,141); }
div.DivClassName
{
background-color: #AF698D;
}
.BgClassName
{
background-color: #AF698D;
}
</style>
border-color css
<style>
span { border-color: #AF698D; }
span { border-color: rgb(175,105,141); }
td.TdClassName
{
border-color: #AF698D;
}
.TagClassName
{
border-color: #AF698D;
}
</style>