Shades of Tapestry #AF668D
Tints of Tapestry #AF668D
RGB
CMYK
RGB Variations
Color information
#AF668D (or 0xAF668D) is known color: Tapestry. HEX triplet: AF, 66 and 8D. RGB value is (175,102,141). Sum of RGB (Red+Green+Blue) = 175+102+141=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF668D is #509972. Grayscale: #808080. Windows color (decimal): -5282163 or 9266863. OLE color: 9266863.
HSL color Cylindrical-coordinate representation of color #AF668D: hue angle of 327.95º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF668D is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 141 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.31 |
| HSL | 327.95º | 0.31% | 0.54% | - |
| HSV(B) | 327.95º | 0.42% | 0.69% | - |
| XYZ | 27.24 | 20.54 | 27.73 | - |
| YUV | 128.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 141 | 0 | 0.42 | 0.19 | 0.31 | 327.95 | 0.31 | 0.54 |
| Hex | AF | 66 | 8D | 0 | 2A | 13 | 1F | 148 | 1F | 36 |
| Octal | 257 | 146 | 215 | 0 | 52 | 23 | 37 | 510 | 37 | 66 |
| Binary | 10101111 | 1100110 | 10001101 | 0 | 101010 | 10011 | 11111 | 101001000 | 11111 | 110110 |
Color Harmonies of #AF668D
Complementary color
Monochromatic Colors of #AF668D
Black with #AF668D
Text Example
Text Example
White with #AF668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF668D; }
p { color: rgb(175,102,141); }
H1.HeaderClassName
{
color: #AF668D;
}
.AnyTagClassName
{
color: #AF668D;
}
</style>
background-color css
<style>
a { background-color: #AF668D; }
a { background-color: rgb(175,102,141); }
div.DivClassName
{
background-color: #AF668D;
}
.BgClassName
{
background-color: #AF668D;
}
</style>
border-color css
<style>
span { border-color: #AF668D; }
span { border-color: rgb(175,102,141); }
td.TdClassName
{
border-color: #AF668D;
}
.TagClassName
{
border-color: #AF668D;
}
</style>