Shades of Tapestry #AF7385
Tints of Tapestry #AF7385
RGB
CMYK
RGB Variations
Color information
#AF7385 (or 0xAF7385) is known color: Tapestry. HEX triplet: AF, 73 and 85. RGB value is (175,115,133). Sum of RGB (Red+Green+Blue) = 175+115+133=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7385 is #508C7A. Grayscale: #868686. Windows color (decimal): -5278843 or 8745903. OLE color: 8745903.
HSL color Cylindrical-coordinate representation of color #AF7385: hue angle of 342º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7385 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 133 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.31 |
| HSL | 342º | 0.27% | 0.57% | - |
| HSV(B) | 342º | 0.34% | 0.69% | - |
| XYZ | 28.04 | 23.07 | 25.16 | - |
| YUV | 134.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 133 | 0 | 0.34 | 0.24 | 0.31 | 342 | 0.27 | 0.57 |
| Hex | AF | 73 | 85 | 0 | 22 | 18 | 1F | 156 | 1B | 39 |
| Octal | 257 | 163 | 205 | 0 | 42 | 30 | 37 | 526 | 33 | 71 |
| Binary | 10101111 | 1110011 | 10000101 | 0 | 100010 | 11000 | 11111 | 101010110 | 11011 | 111001 |
Color Harmonies of #AF7385
Complementary color
Monochromatic Colors of #AF7385
Black with #AF7385
Text Example
Text Example
White with #AF7385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7385; }
p { color: rgb(175,115,133); }
H1.HeaderClassName
{
color: #AF7385;
}
.AnyTagClassName
{
color: #AF7385;
}
</style>
background-color css
<style>
a { background-color: #AF7385; }
a { background-color: rgb(175,115,133); }
div.DivClassName
{
background-color: #AF7385;
}
.BgClassName
{
background-color: #AF7385;
}
</style>
border-color css
<style>
span { border-color: #AF7385; }
span { border-color: rgb(175,115,133); }
td.TdClassName
{
border-color: #AF7385;
}
.TagClassName
{
border-color: #AF7385;
}
</style>