Shades of Tapestry #AF848F
Tints of Tapestry #AF848F
RGB
CMYK
RGB Variations
Color information
#AF848F (or 0xAF848F) is known color: Tapestry. HEX triplet: AF, 84 and 8F. RGB value is (175,132,143). Sum of RGB (Red+Green+Blue) = 175+132+143=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF848F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF848F is #507B70. Grayscale: #929292. Windows color (decimal): -5274481 or 9405615. OLE color: 9405615.
HSL color Cylindrical-coordinate representation of color #AF848F: hue angle of 344.65º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF848F is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 143 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.31 |
| HSL | 344.65º | 0.21% | 0.6% | - |
| HSV(B) | 344.65º | 0.25% | 0.69% | - |
| XYZ | 30.89 | 27.6 | 29.69 | - |
| YUV | 146.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 143 | 0 | 0.25 | 0.18 | 0.31 | 344.65 | 0.21 | 0.6 |
| Hex | AF | 84 | 8F | 0 | 19 | 12 | 1F | 159 | 15 | 3C |
| Octal | 257 | 204 | 217 | 0 | 31 | 22 | 37 | 531 | 25 | 74 |
| Binary | 10101111 | 10000100 | 10001111 | 0 | 11001 | 10010 | 11111 | 101011001 | 10101 | 111100 |
Color Harmonies of #AF848F
Complementary color
Monochromatic Colors of #AF848F
Black with #AF848F
Text Example
Text Example
White with #AF848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF848F; }
p { color: rgb(175,132,143); }
H1.HeaderClassName
{
color: #AF848F;
}
.AnyTagClassName
{
color: #AF848F;
}
</style>
background-color css
<style>
a { background-color: #AF848F; }
a { background-color: rgb(175,132,143); }
div.DivClassName
{
background-color: #AF848F;
}
.BgClassName
{
background-color: #AF848F;
}
</style>
border-color css
<style>
span { border-color: #AF848F; }
span { border-color: rgb(175,132,143); }
td.TdClassName
{
border-color: #AF848F;
}
.TagClassName
{
border-color: #AF848F;
}
</style>