Shades of Tapestry #AF728E
Tints of Tapestry #AF728E
RGB
CMYK
RGB Variations
Color information
#AF728E (or 0xAF728E) is known color: Tapestry. HEX triplet: AF, 72 and 8E. RGB value is (175,114,142). Sum of RGB (Red+Green+Blue) = 175+114+142=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF728E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF728E is #508D71. Grayscale: #878787. Windows color (decimal): -5279090 or 9335471. OLE color: 9335471.
HSL color Cylindrical-coordinate representation of color #AF728E: hue angle of 332.46º 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 #AF728E is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 142 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.31 |
| HSL | 332.46º | 0.28% | 0.57% | - |
| HSV(B) | 332.46º | 0.35% | 0.69% | - |
| XYZ | 28.58 | 23.1 | 28.54 | - |
| YUV | 135.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 142 | 0 | 0.35 | 0.19 | 0.31 | 332.46 | 0.28 | 0.57 |
| Hex | AF | 72 | 8E | 0 | 23 | 13 | 1F | 14C | 1C | 39 |
| Octal | 257 | 162 | 216 | 0 | 43 | 23 | 37 | 514 | 34 | 71 |
| Binary | 10101111 | 1110010 | 10001110 | 0 | 100011 | 10011 | 11111 | 101001100 | 11100 | 111001 |
Color Harmonies of #AF728E
Complementary color
Monochromatic Colors of #AF728E
Black with #AF728E
Text Example
Text Example
White with #AF728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF728E; }
p { color: rgb(175,114,142); }
H1.HeaderClassName
{
color: #AF728E;
}
.AnyTagClassName
{
color: #AF728E;
}
</style>
background-color css
<style>
a { background-color: #AF728E; }
a { background-color: rgb(175,114,142); }
div.DivClassName
{
background-color: #AF728E;
}
.BgClassName
{
background-color: #AF728E;
}
</style>
border-color css
<style>
span { border-color: #AF728E; }
span { border-color: rgb(175,114,142); }
td.TdClassName
{
border-color: #AF728E;
}
.TagClassName
{
border-color: #AF728E;
}
</style>