Shades of Tapestry #AF7184
Tints of Tapestry #AF7184
RGB
CMYK
RGB Variations
Color information
#AF7184 (or 0xAF7184) is known color: Tapestry. HEX triplet: AF, 71 and 84. RGB value is (175,113,132). Sum of RGB (Red+Green+Blue) = 175+113+132=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7184 is #508E7B. Grayscale: #858585. Windows color (decimal): -5279356 or 8679855. OLE color: 8679855.
HSL color Cylindrical-coordinate representation of color #AF7184: hue angle of 341.61º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7184 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 132 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.31 |
| HSL | 341.61º | 0.28% | 0.56% | - |
| HSV(B) | 341.61º | 0.35% | 0.69% | - |
| XYZ | 27.75 | 22.59 | 24.73 | - |
| YUV | 133.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 132 | 0 | 0.35 | 0.25 | 0.31 | 341.61 | 0.28 | 0.56 |
| Hex | AF | 71 | 84 | 0 | 23 | 19 | 1F | 156 | 1C | 38 |
| Octal | 257 | 161 | 204 | 0 | 43 | 31 | 37 | 526 | 34 | 70 |
| Binary | 10101111 | 1110001 | 10000100 | 0 | 100011 | 11001 | 11111 | 101010110 | 11100 | 111000 |
Color Harmonies of #AF7184
Complementary color
Monochromatic Colors of #AF7184
Black with #AF7184
Text Example
Text Example
White with #AF7184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7184; }
p { color: rgb(175,113,132); }
H1.HeaderClassName
{
color: #AF7184;
}
.AnyTagClassName
{
color: #AF7184;
}
</style>
background-color css
<style>
a { background-color: #AF7184; }
a { background-color: rgb(175,113,132); }
div.DivClassName
{
background-color: #AF7184;
}
.BgClassName
{
background-color: #AF7184;
}
</style>
border-color css
<style>
span { border-color: #AF7184; }
span { border-color: rgb(175,113,132); }
td.TdClassName
{
border-color: #AF7184;
}
.TagClassName
{
border-color: #AF7184;
}
</style>