Shades of Tapestry #AF7388
Tints of Tapestry #AF7388
RGB
CMYK
RGB Variations
Color information
#AF7388 (or 0xAF7388) is known color: Tapestry. HEX triplet: AF, 73 and 88. RGB value is (175,115,136). Sum of RGB (Red+Green+Blue) = 175+115+136=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7388 is #508C77. Grayscale: #878787. Windows color (decimal): -5278840 or 8942511. OLE color: 8942511.
HSL color Cylindrical-coordinate representation of color #AF7388: hue angle of 339º 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 #AF7388 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 136 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.31 |
| HSL | 339º | 0.27% | 0.57% | - |
| HSV(B) | 339º | 0.34% | 0.69% | - |
| XYZ | 28.25 | 23.15 | 26.27 | - |
| YUV | 135.33 | 128.38 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 136 | 0 | 0.34 | 0.22 | 0.31 | 339 | 0.27 | 0.57 |
| Hex | AF | 73 | 88 | 0 | 22 | 16 | 1F | 153 | 1B | 39 |
| Octal | 257 | 163 | 210 | 0 | 42 | 26 | 37 | 523 | 33 | 71 |
| Binary | 10101111 | 1110011 | 10001000 | 0 | 100010 | 10110 | 11111 | 101010011 | 11011 | 111001 |
Color Harmonies of #AF7388
Complementary color
Monochromatic Colors of #AF7388
Black with #AF7388
Text Example
Text Example
White with #AF7388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7388; }
p { color: rgb(175,115,136); }
H1.HeaderClassName
{
color: #AF7388;
}
.AnyTagClassName
{
color: #AF7388;
}
</style>
background-color css
<style>
a { background-color: #AF7388; }
a { background-color: rgb(175,115,136); }
div.DivClassName
{
background-color: #AF7388;
}
.BgClassName
{
background-color: #AF7388;
}
</style>
border-color css
<style>
span { border-color: #AF7388; }
span { border-color: rgb(175,115,136); }
td.TdClassName
{
border-color: #AF7388;
}
.TagClassName
{
border-color: #AF7388;
}
</style>