Shades of Tapestry #AF688D
Tints of Tapestry #AF688D
RGB
CMYK
RGB Variations
Color information
#AF688D (or 0xAF688D) is known color: Tapestry. HEX triplet: AF, 68 and 8D. RGB value is (175,104,141). Sum of RGB (Red+Green+Blue) = 175+104+141=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF688D is #509772. Grayscale: #818181. Windows color (decimal): -5281651 or 9267375. OLE color: 9267375.
HSL color Cylindrical-coordinate representation of color #AF688D: hue angle of 328.73º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF688D is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 141 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.31 |
| HSL | 328.73º | 0.31% | 0.55% | - |
| HSV(B) | 328.73º | 0.41% | 0.69% | - |
| XYZ | 27.44 | 20.94 | 27.79 | - |
| YUV | 129.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 141 | 0 | 0.41 | 0.19 | 0.31 | 328.73 | 0.31 | 0.55 |
| Hex | AF | 68 | 8D | 0 | 29 | 13 | 1F | 149 | 1F | 37 |
| Octal | 257 | 150 | 215 | 0 | 51 | 23 | 37 | 511 | 37 | 67 |
| Binary | 10101111 | 1101000 | 10001101 | 0 | 101001 | 10011 | 11111 | 101001001 | 11111 | 110111 |
Color Harmonies of #AF688D
Complementary color
Monochromatic Colors of #AF688D
Black with #AF688D
Text Example
Text Example
White with #AF688D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF688D; }
p { color: rgb(175,104,141); }
H1.HeaderClassName
{
color: #AF688D;
}
.AnyTagClassName
{
color: #AF688D;
}
</style>
background-color css
<style>
a { background-color: #AF688D; }
a { background-color: rgb(175,104,141); }
div.DivClassName
{
background-color: #AF688D;
}
.BgClassName
{
background-color: #AF688D;
}
</style>
border-color css
<style>
span { border-color: #AF688D; }
span { border-color: rgb(175,104,141); }
td.TdClassName
{
border-color: #AF688D;
}
.TagClassName
{
border-color: #AF688D;
}
</style>