Shades of Tapestry #AF788F
Tints of Tapestry #AF788F
RGB
CMYK
RGB Variations
Color information
#AF788F (or 0xAF788F) is known color: Tapestry. HEX triplet: AF, 78 and 8F. RGB value is (175,120,143). Sum of RGB (Red+Green+Blue) = 175+120+143=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 143 (56.25% from 255 or 32.65% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF788F is #508770. Grayscale: #8B8B8B. Windows color (decimal): -5277553 or 9402543. OLE color: 9402543.
HSL color Cylindrical-coordinate representation of color #AF788F: hue angle of 334.91º 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 #AF788F is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 143 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.31 |
| HSL | 334.91º | 0.26% | 0.58% | - |
| HSV(B) | 334.91º | 0.31% | 0.69% | - |
| XYZ | 29.35 | 24.53 | 29.17 | - |
| YUV | 139.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 143 | 0 | 0.31 | 0.18 | 0.31 | 334.91 | 0.26 | 0.58 |
| Hex | AF | 78 | 8F | 0 | 1F | 12 | 1F | 14F | 1A | 3A |
| Octal | 257 | 170 | 217 | 0 | 37 | 22 | 37 | 517 | 32 | 72 |
| Binary | 10101111 | 1111000 | 10001111 | 0 | 11111 | 10010 | 11111 | 101001111 | 11010 | 111010 |
Color Harmonies of #AF788F
Complementary color
Monochromatic Colors of #AF788F
Black with #AF788F
Text Example
Text Example
White with #AF788F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF788F; }
p { color: rgb(175,120,143); }
H1.HeaderClassName
{
color: #AF788F;
}
.AnyTagClassName
{
color: #AF788F;
}
</style>
background-color css
<style>
a { background-color: #AF788F; }
a { background-color: rgb(175,120,143); }
div.DivClassName
{
background-color: #AF788F;
}
.BgClassName
{
background-color: #AF788F;
}
</style>
border-color css
<style>
span { border-color: #AF788F; }
span { border-color: rgb(175,120,143); }
td.TdClassName
{
border-color: #AF788F;
}
.TagClassName
{
border-color: #AF788F;
}
</style>