Shades of Tapestry #AF7F86
Tints of Tapestry #AF7F86
RGB
CMYK
RGB Variations
Color information
#AF7F86 (or 0xAF7F86) is known color: Tapestry. HEX triplet: AF, 7F and 86. RGB value is (175,127,134). Sum of RGB (Red+Green+Blue) = 175+127+134=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F86 is #508079. Grayscale: #8E8E8E. Windows color (decimal): -5275770 or 8814511. OLE color: 8814511.
HSL color Cylindrical-coordinate representation of color #AF7F86: hue angle of 351.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF7F86 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 134 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.31 |
| HSL | 351.25º | 0.23% | 0.59% | - |
| HSV(B) | 351.25º | 0.27% | 0.69% | - |
| XYZ | 29.57 | 26.01 | 26.02 | - |
| YUV | 142.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 134 | 0 | 0.27 | 0.23 | 0.31 | 351.25 | 0.23 | 0.59 |
| Hex | AF | 7F | 86 | 0 | 1B | 17 | 1F | 15F | 17 | 3B |
| Octal | 257 | 177 | 206 | 0 | 33 | 27 | 37 | 537 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10000110 | 0 | 11011 | 10111 | 11111 | 101011111 | 10111 | 111011 |
Color Harmonies of #AF7F86
Complementary color
Monochromatic Colors of #AF7F86
Black with #AF7F86
Text Example
Text Example
White with #AF7F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F86; }
p { color: rgb(175,127,134); }
H1.HeaderClassName
{
color: #AF7F86;
}
.AnyTagClassName
{
color: #AF7F86;
}
</style>
background-color css
<style>
a { background-color: #AF7F86; }
a { background-color: rgb(175,127,134); }
div.DivClassName
{
background-color: #AF7F86;
}
.BgClassName
{
background-color: #AF7F86;
}
</style>
border-color css
<style>
span { border-color: #AF7F86; }
span { border-color: rgb(175,127,134); }
td.TdClassName
{
border-color: #AF7F86;
}
.TagClassName
{
border-color: #AF7F86;
}
</style>