Shades of Tapestry #AF768D
Tints of Tapestry #AF768D
RGB
CMYK
RGB Variations
Color information
#AF768D (or 0xAF768D) is known color: Tapestry. HEX triplet: AF, 76 and 8D. RGB value is (175,118,141). Sum of RGB (Red+Green+Blue) = 175+118+141=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF768D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF768D is #508972. Grayscale: #898989. Windows color (decimal): -5278067 or 9270959. OLE color: 9270959.
HSL color Cylindrical-coordinate representation of color #AF768D: hue angle of 335.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF768D is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 141 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.31 |
| HSL | 335.79º | 0.26% | 0.57% | - |
| HSV(B) | 335.79º | 0.33% | 0.69% | - |
| XYZ | 28.97 | 23.99 | 28.3 | - |
| YUV | 137.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 141 | 0 | 0.33 | 0.19 | 0.31 | 335.79 | 0.26 | 0.57 |
| Hex | AF | 76 | 8D | 0 | 21 | 13 | 1F | 150 | 1A | 39 |
| Octal | 257 | 166 | 215 | 0 | 41 | 23 | 37 | 520 | 32 | 71 |
| Binary | 10101111 | 1110110 | 10001101 | 0 | 100001 | 10011 | 11111 | 101010000 | 11010 | 111001 |
Color Harmonies of #AF768D
Complementary color
Monochromatic Colors of #AF768D
Black with #AF768D
Text Example
Text Example
White with #AF768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF768D; }
p { color: rgb(175,118,141); }
H1.HeaderClassName
{
color: #AF768D;
}
.AnyTagClassName
{
color: #AF768D;
}
</style>
background-color css
<style>
a { background-color: #AF768D; }
a { background-color: rgb(175,118,141); }
div.DivClassName
{
background-color: #AF768D;
}
.BgClassName
{
background-color: #AF768D;
}
</style>
border-color css
<style>
span { border-color: #AF768D; }
span { border-color: rgb(175,118,141); }
td.TdClassName
{
border-color: #AF768D;
}
.TagClassName
{
border-color: #AF768D;
}
</style>