Shades of Tapestry #AF858C
Tints of Tapestry #AF858C
RGB
CMYK
RGB Variations
Color information
#AF858C (or 0xAF858C) is known color: Tapestry. HEX triplet: AF, 85 and 8C. RGB value is (175,133,140). Sum of RGB (Red+Green+Blue) = 175+133+140=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF858C is #507A73. Grayscale: #929292. Windows color (decimal): -5274228 or 9209263. OLE color: 9209263.
HSL color Cylindrical-coordinate representation of color #AF858C: hue angle of 350º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF858C is Cyan = 0, Magento = 0.24, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 140 | - |
| CMYK | 0 | 0.24 | 0.2 | 0.31 |
| HSL | 350º | 0.21% | 0.6% | - |
| HSV(B) | 350º | 0.24% | 0.69% | - |
| XYZ | 30.8 | 27.78 | 28.55 | - |
| YUV | 146.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 140 | 0 | 0.24 | 0.2 | 0.31 | 350 | 0.21 | 0.6 |
| Hex | AF | 85 | 8C | 0 | 18 | 14 | 1F | 15E | 15 | 3C |
| Octal | 257 | 205 | 214 | 0 | 30 | 24 | 37 | 536 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10001100 | 0 | 11000 | 10100 | 11111 | 101011110 | 10101 | 111100 |
Color Harmonies of #AF858C
Complementary color
Monochromatic Colors of #AF858C
Black with #AF858C
Text Example
Text Example
White with #AF858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF858C; }
p { color: rgb(175,133,140); }
H1.HeaderClassName
{
color: #AF858C;
}
.AnyTagClassName
{
color: #AF858C;
}
</style>
background-color css
<style>
a { background-color: #AF858C; }
a { background-color: rgb(175,133,140); }
div.DivClassName
{
background-color: #AF858C;
}
.BgClassName
{
background-color: #AF858C;
}
</style>
border-color css
<style>
span { border-color: #AF858C; }
span { border-color: rgb(175,133,140); }
td.TdClassName
{
border-color: #AF858C;
}
.TagClassName
{
border-color: #AF858C;
}
</style>