Shades of Tapestry #AF858B
Tints of Tapestry #AF858B
RGB
CMYK
RGB Variations
Color information
#AF858B (or 0xAF858B) is known color: Tapestry. HEX triplet: AF, 85 and 8B. RGB value is (175,133,139). Sum of RGB (Red+Green+Blue) = 175+133+139=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF858B is #507A74. Grayscale: #929292. Windows color (decimal): -5274229 or 9143727. OLE color: 9143727.
HSL color Cylindrical-coordinate representation of color #AF858B: hue angle of 351.43º 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 #AF858B is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 139 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.31 |
| HSL | 351.43º | 0.21% | 0.6% | - |
| HSV(B) | 351.43º | 0.24% | 0.69% | - |
| XYZ | 30.73 | 27.75 | 28.16 | - |
| YUV | 146.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 139 | 0 | 0.24 | 0.21 | 0.31 | 351.43 | 0.21 | 0.6 |
| Hex | AF | 85 | 8B | 0 | 18 | 15 | 1F | 15F | 15 | 3C |
| Octal | 257 | 205 | 213 | 0 | 30 | 25 | 37 | 537 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10001011 | 0 | 11000 | 10101 | 11111 | 101011111 | 10101 | 111100 |
Color Harmonies of #AF858B
Complementary color
Monochromatic Colors of #AF858B
Black with #AF858B
Text Example
Text Example
White with #AF858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF858B; }
p { color: rgb(175,133,139); }
H1.HeaderClassName
{
color: #AF858B;
}
.AnyTagClassName
{
color: #AF858B;
}
</style>
background-color css
<style>
a { background-color: #AF858B; }
a { background-color: rgb(175,133,139); }
div.DivClassName
{
background-color: #AF858B;
}
.BgClassName
{
background-color: #AF858B;
}
</style>
border-color css
<style>
span { border-color: #AF858B; }
span { border-color: rgb(175,133,139); }
td.TdClassName
{
border-color: #AF858B;
}
.TagClassName
{
border-color: #AF858B;
}
</style>