Shades of Tapestry #AF728B
Tints of Tapestry #AF728B
RGB
CMYK
RGB Variations
Color information
#AF728B (or 0xAF728B) is known color: Tapestry. HEX triplet: AF, 72 and 8B. RGB value is (175,114,139). Sum of RGB (Red+Green+Blue) = 175+114+139=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF728B is #508D74. Grayscale: #878787. Windows color (decimal): -5279093 or 9138863. OLE color: 9138863.
HSL color Cylindrical-coordinate representation of color #AF728B: hue angle of 335.41º 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 #AF728B is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 114 | 139 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.31 |
| HSL | 335.41º | 0.28% | 0.57% | - |
| HSV(B) | 335.41º | 0.35% | 0.69% | - |
| XYZ | 28.36 | 23.01 | 27.37 | - |
| YUV | 135.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 114 | 139 | 0 | 0.35 | 0.21 | 0.31 | 335.41 | 0.28 | 0.57 |
| Hex | AF | 72 | 8B | 0 | 23 | 15 | 1F | 14F | 1C | 39 |
| Octal | 257 | 162 | 213 | 0 | 43 | 25 | 37 | 517 | 34 | 71 |
| Binary | 10101111 | 1110010 | 10001011 | 0 | 100011 | 10101 | 11111 | 101001111 | 11100 | 111001 |
Color Harmonies of #AF728B
Complementary color
Monochromatic Colors of #AF728B
Black with #AF728B
Text Example
Text Example
White with #AF728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF728B; }
p { color: rgb(175,114,139); }
H1.HeaderClassName
{
color: #AF728B;
}
.AnyTagClassName
{
color: #AF728B;
}
</style>
background-color css
<style>
a { background-color: #AF728B; }
a { background-color: rgb(175,114,139); }
div.DivClassName
{
background-color: #AF728B;
}
.BgClassName
{
background-color: #AF728B;
}
</style>
border-color css
<style>
span { border-color: #AF728B; }
span { border-color: rgb(175,114,139); }
td.TdClassName
{
border-color: #AF728B;
}
.TagClassName
{
border-color: #AF728B;
}
</style>