Shades of Tapestry #AF848D
Tints of Tapestry #AF848D
RGB
CMYK
RGB Variations
Color information
#AF848D (or 0xAF848D) is known color: Tapestry. HEX triplet: AF, 84 and 8D. RGB value is (175,132,141). Sum of RGB (Red+Green+Blue) = 175+132+141=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF848D is #507B72. Grayscale: #919191. Windows color (decimal): -5274483 or 9274543. OLE color: 9274543.
HSL color Cylindrical-coordinate representation of color #AF848D: hue angle of 347.44º 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 #AF848D is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 141 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.31 |
| HSL | 347.44º | 0.21% | 0.6% | - |
| HSV(B) | 347.44º | 0.25% | 0.69% | - |
| XYZ | 30.74 | 27.54 | 28.89 | - |
| YUV | 145.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 141 | 0 | 0.25 | 0.19 | 0.31 | 347.44 | 0.21 | 0.6 |
| Hex | AF | 84 | 8D | 0 | 19 | 13 | 1F | 15B | 15 | 3C |
| Octal | 257 | 204 | 215 | 0 | 31 | 23 | 37 | 533 | 25 | 74 |
| Binary | 10101111 | 10000100 | 10001101 | 0 | 11001 | 10011 | 11111 | 101011011 | 10101 | 111100 |
Color Harmonies of #AF848D
Complementary color
Monochromatic Colors of #AF848D
Black with #AF848D
Text Example
Text Example
White with #AF848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF848D; }
p { color: rgb(175,132,141); }
H1.HeaderClassName
{
color: #AF848D;
}
.AnyTagClassName
{
color: #AF848D;
}
</style>
background-color css
<style>
a { background-color: #AF848D; }
a { background-color: rgb(175,132,141); }
div.DivClassName
{
background-color: #AF848D;
}
.BgClassName
{
background-color: #AF848D;
}
</style>
border-color css
<style>
span { border-color: #AF848D; }
span { border-color: rgb(175,132,141); }
td.TdClassName
{
border-color: #AF848D;
}
.TagClassName
{
border-color: #AF848D;
}
</style>