Shades of Tapestry #AF5E7D
Tints of Tapestry #AF5E7D
RGB
CMYK
RGB Variations
Color information
#AF5E7D (or 0xAF5E7D) is known color: Tapestry. HEX triplet: AF, 5E and 7D. RGB value is (175,94,125). Sum of RGB (Red+Green+Blue) = 175+94+125=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E7D is #50A182. Grayscale: #797979. Windows color (decimal): -5284227 or 8216239. OLE color: 8216239.
HSL color Cylindrical-coordinate representation of color #AF5E7D: hue angle of 337.04º 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 #AF5E7D is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 94 | 125 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.31 |
| HSL | 337.04º | 0.34% | 0.53% | - |
| HSV(B) | 337.04º | 0.46% | 0.69% | - |
| XYZ | 25.38 | 18.6 | 21.65 | - |
| YUV | 121.75 | 129.84 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 125 | 0 | 0.46 | 0.29 | 0.31 | 337.04 | 0.34 | 0.53 |
| Hex | AF | 5E | 7D | 0 | 2E | 1D | 1F | 151 | 22 | 35 |
| Octal | 257 | 136 | 175 | 0 | 56 | 35 | 37 | 521 | 42 | 65 |
| Binary | 10101111 | 1011110 | 1111101 | 0 | 101110 | 11101 | 11111 | 101010001 | 100010 | 110101 |
Color Harmonies of #AF5E7D
Complementary color
Monochromatic Colors of #AF5E7D
Black with #AF5E7D
Text Example
Text Example
White with #AF5E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5E7D; }
p { color: rgb(175,94,125); }
H1.HeaderClassName
{
color: #AF5E7D;
}
.AnyTagClassName
{
color: #AF5E7D;
}
</style>
background-color css
<style>
a { background-color: #AF5E7D; }
a { background-color: rgb(175,94,125); }
div.DivClassName
{
background-color: #AF5E7D;
}
.BgClassName
{
background-color: #AF5E7D;
}
</style>
border-color css
<style>
span { border-color: #AF5E7D; }
span { border-color: rgb(175,94,125); }
td.TdClassName
{
border-color: #AF5E7D;
}
.TagClassName
{
border-color: #AF5E7D;
}
</style>