Shades of Tapestry #AF5E7C
Tints of Tapestry #AF5E7C
RGB
CMYK
RGB Variations
Color information
#AF5E7C (or 0xAF5E7C) is known color: Tapestry. HEX triplet: AF, 5E and 7C. RGB value is (175,94,124). Sum of RGB (Red+Green+Blue) = 175+94+124=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E7C is #50A183. Grayscale: #797979. Windows color (decimal): -5284228 or 8150703. OLE color: 8150703.
HSL color Cylindrical-coordinate representation of color #AF5E7C: hue angle of 337.78º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E7C is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 124 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.31 |
| HSL | 337.78º | 0.34% | 0.53% | - |
| HSV(B) | 337.78º | 0.46% | 0.69% | - |
| XYZ | 25.32 | 18.57 | 21.32 | - |
| YUV | 121.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 124 | 0 | 0.46 | 0.29 | 0.31 | 337.78 | 0.34 | 0.53 |
| Hex | AF | 5E | 7C | 0 | 2E | 1D | 1F | 152 | 22 | 35 |
| Octal | 257 | 136 | 174 | 0 | 56 | 35 | 37 | 522 | 42 | 65 |
| Binary | 10101111 | 1011110 | 1111100 | 0 | 101110 | 11101 | 11111 | 101010010 | 100010 | 110101 |
Color Harmonies of #AF5E7C
Complementary color
Monochromatic Colors of #AF5E7C
Black with #AF5E7C
Text Example
Text Example
White with #AF5E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E7C; }
p { color: rgb(175,94,124); }
H1.HeaderClassName
{
color: #AF5E7C;
}
.AnyTagClassName
{
color: #AF5E7C;
}
</style>
background-color css
<style>
a { background-color: #AF5E7C; }
a { background-color: rgb(175,94,124); }
div.DivClassName
{
background-color: #AF5E7C;
}
.BgClassName
{
background-color: #AF5E7C;
}
</style>
border-color css
<style>
span { border-color: #AF5E7C; }
span { border-color: rgb(175,94,124); }
td.TdClassName
{
border-color: #AF5E7C;
}
.TagClassName
{
border-color: #AF5E7C;
}
</style>