Shades of Tapestry #AF6177
Tints of Tapestry #AF6177
RGB
CMYK
RGB Variations
Color information
#AF6177 (or 0xAF6177) is known color: Tapestry. HEX triplet: AF, 61 and 77. RGB value is (175,97,119). Sum of RGB (Red+Green+Blue) = 175+97+119=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 119 (46.88% from 255 or 30.43% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6177 is #509E88. Grayscale: #7A7A7A. Windows color (decimal): -5283465 or 7823791. OLE color: 7823791.
HSL color Cylindrical-coordinate representation of color #AF6177: hue angle of 343.08º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6177 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 119 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.31 |
| HSL | 343.08º | 0.33% | 0.53% | - |
| HSV(B) | 343.08º | 0.45% | 0.69% | - |
| XYZ | 25.28 | 19 | 19.79 | - |
| YUV | 122.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 119 | 0 | 0.45 | 0.32 | 0.31 | 343.08 | 0.33 | 0.53 |
| Hex | AF | 61 | 77 | 0 | 2D | 20 | 1F | 157 | 21 | 35 |
| Octal | 257 | 141 | 167 | 0 | 55 | 40 | 37 | 527 | 41 | 65 |
| Binary | 10101111 | 1100001 | 1110111 | 0 | 101101 | 100000 | 11111 | 101010111 | 100001 | 110101 |
Color Harmonies of #AF6177
Complementary color
Monochromatic Colors of #AF6177
Black with #AF6177
Text Example
Text Example
White with #AF6177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6177; }
p { color: rgb(175,97,119); }
H1.HeaderClassName
{
color: #AF6177;
}
.AnyTagClassName
{
color: #AF6177;
}
</style>
background-color css
<style>
a { background-color: #AF6177; }
a { background-color: rgb(175,97,119); }
div.DivClassName
{
background-color: #AF6177;
}
.BgClassName
{
background-color: #AF6177;
}
</style>
border-color css
<style>
span { border-color: #AF6177; }
span { border-color: rgb(175,97,119); }
td.TdClassName
{
border-color: #AF6177;
}
.TagClassName
{
border-color: #AF6177;
}
</style>