Shades of Tapestry #AF738F
Tints of Tapestry #AF738F
RGB
CMYK
RGB Variations
Color information
#AF738F (or 0xAF738F) is known color: Tapestry. HEX triplet: AF, 73 and 8F. RGB value is (175,115,143). Sum of RGB (Red+Green+Blue) = 175+115+143=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF738F is #508C70. Grayscale: #888888. Windows color (decimal): -5278833 or 9401263. OLE color: 9401263.
HSL color Cylindrical-coordinate representation of color #AF738F: hue angle of 332º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF738F is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 143 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.31 |
| HSL | 332º | 0.27% | 0.57% | - |
| HSV(B) | 332º | 0.34% | 0.69% | - |
| XYZ | 28.77 | 23.36 | 28.98 | - |
| YUV | 136.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 143 | 0 | 0.34 | 0.18 | 0.31 | 332 | 0.27 | 0.57 |
| Hex | AF | 73 | 8F | 0 | 22 | 12 | 1F | 14C | 1B | 39 |
| Octal | 257 | 163 | 217 | 0 | 42 | 22 | 37 | 514 | 33 | 71 |
| Binary | 10101111 | 1110011 | 10001111 | 0 | 100010 | 10010 | 11111 | 101001100 | 11011 | 111001 |
Color Harmonies of #AF738F
Complementary color
Monochromatic Colors of #AF738F
Black with #AF738F
Text Example
Text Example
White with #AF738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF738F; }
p { color: rgb(175,115,143); }
H1.HeaderClassName
{
color: #AF738F;
}
.AnyTagClassName
{
color: #AF738F;
}
</style>
background-color css
<style>
a { background-color: #AF738F; }
a { background-color: rgb(175,115,143); }
div.DivClassName
{
background-color: #AF738F;
}
.BgClassName
{
background-color: #AF738F;
}
</style>
border-color css
<style>
span { border-color: #AF738F; }
span { border-color: rgb(175,115,143); }
td.TdClassName
{
border-color: #AF738F;
}
.TagClassName
{
border-color: #AF738F;
}
</style>