Shades of Tapestry #AF6785
Tints of Tapestry #AF6785
RGB
CMYK
RGB Variations
Color information
#AF6785 (or 0xAF6785) is known color: Tapestry. HEX triplet: AF, 67 and 85. RGB value is (175,103,133). Sum of RGB (Red+Green+Blue) = 175+103+133=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6785 is #50987A. Grayscale: #7F7F7F. Windows color (decimal): -5281915 or 8742831. OLE color: 8742831.
HSL color Cylindrical-coordinate representation of color #AF6785: hue angle of 335º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6785 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 133 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.31 |
| HSL | 335º | 0.31% | 0.55% | - |
| HSV(B) | 335º | 0.41% | 0.69% | - |
| XYZ | 26.76 | 20.51 | 24.74 | - |
| YUV | 127.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 133 | 0 | 0.41 | 0.24 | 0.31 | 335 | 0.31 | 0.55 |
| Hex | AF | 67 | 85 | 0 | 29 | 18 | 1F | 14F | 1F | 37 |
| Octal | 257 | 147 | 205 | 0 | 51 | 30 | 37 | 517 | 37 | 67 |
| Binary | 10101111 | 1100111 | 10000101 | 0 | 101001 | 11000 | 11111 | 101001111 | 11111 | 110111 |
Color Harmonies of #AF6785
Complementary color
Monochromatic Colors of #AF6785
Black with #AF6785
Text Example
Text Example
White with #AF6785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6785; }
p { color: rgb(175,103,133); }
H1.HeaderClassName
{
color: #AF6785;
}
.AnyTagClassName
{
color: #AF6785;
}
</style>
background-color css
<style>
a { background-color: #AF6785; }
a { background-color: rgb(175,103,133); }
div.DivClassName
{
background-color: #AF6785;
}
.BgClassName
{
background-color: #AF6785;
}
</style>
border-color css
<style>
span { border-color: #AF6785; }
span { border-color: rgb(175,103,133); }
td.TdClassName
{
border-color: #AF6785;
}
.TagClassName
{
border-color: #AF6785;
}
</style>