Shades of Tapestry #AF6185
Tints of Tapestry #AF6185
RGB
CMYK
RGB Variations
Color information
#AF6185 (or 0xAF6185) is known color: Tapestry. HEX triplet: AF, 61 and 85. RGB value is (175,97,133). Sum of RGB (Red+Green+Blue) = 175+97+133=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6185 is #509E7A. Grayscale: #7C7C7C. Windows color (decimal): -5283451 or 8741295. OLE color: 8741295.
HSL color Cylindrical-coordinate representation of color #AF6185: hue angle of 332.31º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6185 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 133 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.31 |
| HSL | 332.31º | 0.33% | 0.53% | - |
| HSV(B) | 332.31º | 0.45% | 0.69% | - |
| XYZ | 26.19 | 19.36 | 24.55 | - |
| YUV | 124.43 | 132.84 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 133 | 0 | 0.45 | 0.24 | 0.31 | 332.31 | 0.33 | 0.53 |
| Hex | AF | 61 | 85 | 0 | 2D | 18 | 1F | 14C | 21 | 35 |
| Octal | 257 | 141 | 205 | 0 | 55 | 30 | 37 | 514 | 41 | 65 |
| Binary | 10101111 | 1100001 | 10000101 | 0 | 101101 | 11000 | 11111 | 101001100 | 100001 | 110101 |
Color Harmonies of #AF6185
Complementary color
Monochromatic Colors of #AF6185
Black with #AF6185
Text Example
Text Example
White with #AF6185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6185; }
p { color: rgb(175,97,133); }
H1.HeaderClassName
{
color: #AF6185;
}
.AnyTagClassName
{
color: #AF6185;
}
</style>
background-color css
<style>
a { background-color: #AF6185; }
a { background-color: rgb(175,97,133); }
div.DivClassName
{
background-color: #AF6185;
}
.BgClassName
{
background-color: #AF6185;
}
</style>
border-color css
<style>
span { border-color: #AF6185; }
span { border-color: rgb(175,97,133); }
td.TdClassName
{
border-color: #AF6185;
}
.TagClassName
{
border-color: #AF6185;
}
</style>