Shades of Tapestry #AF728F
Tints of Tapestry #AF728F
RGB
CMYK
RGB Variations
Color information
#AF728F (or 0xAF728F) is known color: Tapestry. HEX triplet: AF, 72 and 8F. RGB value is (175,114,143). Sum of RGB (Red+Green+Blue) = 175+114+143=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF728F is #508D70. Grayscale: #878787. Windows color (decimal): -5279089 or 9401007. OLE color: 9401007.
HSL color Cylindrical-coordinate representation of color #AF728F: hue angle of 331.48º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF728F is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 143 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.31 |
| HSL | 331.48º | 0.28% | 0.57% | - |
| HSV(B) | 331.48º | 0.35% | 0.69% | - |
| XYZ | 28.65 | 23.13 | 28.94 | - |
| YUV | 135.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 143 | 0 | 0.35 | 0.18 | 0.31 | 331.48 | 0.28 | 0.57 |
| Hex | AF | 72 | 8F | 0 | 23 | 12 | 1F | 14B | 1C | 39 |
| Octal | 257 | 162 | 217 | 0 | 43 | 22 | 37 | 513 | 34 | 71 |
| Binary | 10101111 | 1110010 | 10001111 | 0 | 100011 | 10010 | 11111 | 101001011 | 11100 | 111001 |
Color Harmonies of #AF728F
Complementary color
Monochromatic Colors of #AF728F
Black with #AF728F
Text Example
Text Example
White with #AF728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF728F; }
p { color: rgb(175,114,143); }
H1.HeaderClassName
{
color: #AF728F;
}
.AnyTagClassName
{
color: #AF728F;
}
</style>
background-color css
<style>
a { background-color: #AF728F; }
a { background-color: rgb(175,114,143); }
div.DivClassName
{
background-color: #AF728F;
}
.BgClassName
{
background-color: #AF728F;
}
</style>
border-color css
<style>
span { border-color: #AF728F; }
span { border-color: rgb(175,114,143); }
td.TdClassName
{
border-color: #AF728F;
}
.TagClassName
{
border-color: #AF728F;
}
</style>