Shades of Tapestry #AF7383
Tints of Tapestry #AF7383
RGB
CMYK
RGB Variations
Color information
#AF7383 (or 0xAF7383) is known color: Tapestry. HEX triplet: AF, 73 and 83. RGB value is (175,115,131). Sum of RGB (Red+Green+Blue) = 175+115+131=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7383 is #508C7C. Grayscale: #868686. Windows color (decimal): -5278845 or 8614831. OLE color: 8614831.
HSL color Cylindrical-coordinate representation of color #AF7383: hue angle of 344º 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 #AF7383 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 115 | 131 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.31 |
| HSL | 344º | 0.27% | 0.57% | - |
| HSV(B) | 344º | 0.34% | 0.69% | - |
| XYZ | 27.91 | 23.01 | 24.44 | - |
| YUV | 134.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 131 | 0 | 0.34 | 0.25 | 0.31 | 344 | 0.27 | 0.57 |
| Hex | AF | 73 | 83 | 0 | 22 | 19 | 1F | 158 | 1B | 39 |
| Octal | 257 | 163 | 203 | 0 | 42 | 31 | 37 | 530 | 33 | 71 |
| Binary | 10101111 | 1110011 | 10000011 | 0 | 100010 | 11001 | 11111 | 101011000 | 11011 | 111001 |
Color Harmonies of #AF7383
Complementary color
Monochromatic Colors of #AF7383
Black with #AF7383
Text Example
Text Example
White with #AF7383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7383; }
p { color: rgb(175,115,131); }
H1.HeaderClassName
{
color: #AF7383;
}
.AnyTagClassName
{
color: #AF7383;
}
</style>
background-color css
<style>
a { background-color: #AF7383; }
a { background-color: rgb(175,115,131); }
div.DivClassName
{
background-color: #AF7383;
}
.BgClassName
{
background-color: #AF7383;
}
</style>
border-color css
<style>
span { border-color: #AF7383; }
span { border-color: rgb(175,115,131); }
td.TdClassName
{
border-color: #AF7383;
}
.TagClassName
{
border-color: #AF7383;
}
</style>