Shades of Tapestry #AF778D
Tints of Tapestry #AF778D
RGB
CMYK
RGB Variations
Color information
#AF778D (or 0xAF778D) is known color: Tapestry. HEX triplet: AF, 77 and 8D. RGB value is (175,119,141). Sum of RGB (Red+Green+Blue) = 175+119+141=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF778D is #508872. Grayscale: #8A8A8A. Windows color (decimal): -5277811 or 9271215. OLE color: 9271215.
HSL color Cylindrical-coordinate representation of color #AF778D: hue angle of 336.43º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF778D is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 119 | 141 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.31 |
| HSL | 336.43º | 0.26% | 0.58% | - |
| HSV(B) | 336.43º | 0.32% | 0.69% | - |
| XYZ | 29.08 | 24.23 | 28.34 | - |
| YUV | 138.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 141 | 0 | 0.32 | 0.19 | 0.31 | 336.43 | 0.26 | 0.58 |
| Hex | AF | 77 | 8D | 0 | 20 | 13 | 1F | 150 | 1A | 3A |
| Octal | 257 | 167 | 215 | 0 | 40 | 23 | 37 | 520 | 32 | 72 |
| Binary | 10101111 | 1110111 | 10001101 | 0 | 100000 | 10011 | 11111 | 101010000 | 11010 | 111010 |
Color Harmonies of #AF778D
Complementary color
Monochromatic Colors of #AF778D
Black with #AF778D
Text Example
Text Example
White with #AF778D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF778D; }
p { color: rgb(175,119,141); }
H1.HeaderClassName
{
color: #AF778D;
}
.AnyTagClassName
{
color: #AF778D;
}
</style>
background-color css
<style>
a { background-color: #AF778D; }
a { background-color: rgb(175,119,141); }
div.DivClassName
{
background-color: #AF778D;
}
.BgClassName
{
background-color: #AF778D;
}
</style>
border-color css
<style>
span { border-color: #AF778D; }
span { border-color: rgb(175,119,141); }
td.TdClassName
{
border-color: #AF778D;
}
.TagClassName
{
border-color: #AF778D;
}
</style>