Shades of Tapestry #AF678D
Tints of Tapestry #AF678D
RGB
CMYK
RGB Variations
Color information
#AF678D (or 0xAF678D) is known color: Tapestry. HEX triplet: AF, 67 and 8D. RGB value is (175,103,141). Sum of RGB (Red+Green+Blue) = 175+103+141=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF678D is #509872. Grayscale: #808080. Windows color (decimal): -5281907 or 9267119. OLE color: 9267119.
HSL color Cylindrical-coordinate representation of color #AF678D: hue angle of 328.33º 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 #AF678D is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 141 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.31 |
| HSL | 328.33º | 0.31% | 0.55% | - |
| HSV(B) | 328.33º | 0.41% | 0.69% | - |
| XYZ | 27.34 | 20.74 | 27.76 | - |
| YUV | 128.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 141 | 0 | 0.41 | 0.19 | 0.31 | 328.33 | 0.31 | 0.55 |
| Hex | AF | 67 | 8D | 0 | 29 | 13 | 1F | 148 | 1F | 37 |
| Octal | 257 | 147 | 215 | 0 | 51 | 23 | 37 | 510 | 37 | 67 |
| Binary | 10101111 | 1100111 | 10001101 | 0 | 101001 | 10011 | 11111 | 101001000 | 11111 | 110111 |
Color Harmonies of #AF678D
Complementary color
Monochromatic Colors of #AF678D
Black with #AF678D
Text Example
Text Example
White with #AF678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF678D; }
p { color: rgb(175,103,141); }
H1.HeaderClassName
{
color: #AF678D;
}
.AnyTagClassName
{
color: #AF678D;
}
</style>
background-color css
<style>
a { background-color: #AF678D; }
a { background-color: rgb(175,103,141); }
div.DivClassName
{
background-color: #AF678D;
}
.BgClassName
{
background-color: #AF678D;
}
</style>
border-color css
<style>
span { border-color: #AF678D; }
span { border-color: rgb(175,103,141); }
td.TdClassName
{
border-color: #AF678D;
}
.TagClassName
{
border-color: #AF678D;
}
</style>