Shades of Tapestry #AF788D
Tints of Tapestry #AF788D
RGB
CMYK
RGB Variations
Color information
#AF788D (or 0xAF788D) is known color: Tapestry. HEX triplet: AF, 78 and 8D. RGB value is (175,120,141). Sum of RGB (Red+Green+Blue) = 175+120+141=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF788D is #508772. Grayscale: #8A8A8A. Windows color (decimal): -5277555 or 9271471. OLE color: 9271471.
HSL color Cylindrical-coordinate representation of color #AF788D: hue angle of 337.09º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF788D is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 141 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.31 |
| HSL | 337.09º | 0.26% | 0.58% | - |
| HSV(B) | 337.09º | 0.31% | 0.69% | - |
| XYZ | 29.2 | 24.47 | 28.38 | - |
| YUV | 138.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 141 | 0 | 0.31 | 0.19 | 0.31 | 337.09 | 0.26 | 0.58 |
| Hex | AF | 78 | 8D | 0 | 1F | 13 | 1F | 151 | 1A | 3A |
| Octal | 257 | 170 | 215 | 0 | 37 | 23 | 37 | 521 | 32 | 72 |
| Binary | 10101111 | 1111000 | 10001101 | 0 | 11111 | 10011 | 11111 | 101010001 | 11010 | 111010 |
Color Harmonies of #AF788D
Complementary color
Monochromatic Colors of #AF788D
Black with #AF788D
Text Example
Text Example
White with #AF788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF788D; }
p { color: rgb(175,120,141); }
H1.HeaderClassName
{
color: #AF788D;
}
.AnyTagClassName
{
color: #AF788D;
}
</style>
background-color css
<style>
a { background-color: #AF788D; }
a { background-color: rgb(175,120,141); }
div.DivClassName
{
background-color: #AF788D;
}
.BgClassName
{
background-color: #AF788D;
}
</style>
border-color css
<style>
span { border-color: #AF788D; }
span { border-color: rgb(175,120,141); }
td.TdClassName
{
border-color: #AF788D;
}
.TagClassName
{
border-color: #AF788D;
}
</style>