Shades of Tapestry #AF7F8E
Tints of Tapestry #AF7F8E
RGB
CMYK
RGB Variations
Color information
#AF7F8E (or 0xAF7F8E) is known color: Tapestry. HEX triplet: AF, 7F and 8E. RGB value is (175,127,142). Sum of RGB (Red+Green+Blue) = 175+127+142=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F8E is #508071. Grayscale: #8F8F8F. Windows color (decimal): -5275762 or 9338799. OLE color: 9338799.
HSL color Cylindrical-coordinate representation of color #AF7F8E: hue angle of 341.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 #AF7F8E is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 142 | - |
| CMYK | 0 | 0.27 | 0.19 | 0.31 |
| HSL | 341.25º | 0.23% | 0.59% | - |
| HSV(B) | 341.25º | 0.27% | 0.69% | - |
| XYZ | 30.15 | 26.25 | 29.07 | - |
| YUV | 143.06 | 127.4 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 142 | 0 | 0.27 | 0.19 | 0.31 | 341.25 | 0.23 | 0.59 |
| Hex | AF | 7F | 8E | 0 | 1B | 13 | 1F | 155 | 17 | 3B |
| Octal | 257 | 177 | 216 | 0 | 33 | 23 | 37 | 525 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10001110 | 0 | 11011 | 10011 | 11111 | 101010101 | 10111 | 111011 |
Color Harmonies of #AF7F8E
Complementary color
Monochromatic Colors of #AF7F8E
Black with #AF7F8E
Text Example
Text Example
White with #AF7F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F8E; }
p { color: rgb(175,127,142); }
H1.HeaderClassName
{
color: #AF7F8E;
}
.AnyTagClassName
{
color: #AF7F8E;
}
</style>
background-color css
<style>
a { background-color: #AF7F8E; }
a { background-color: rgb(175,127,142); }
div.DivClassName
{
background-color: #AF7F8E;
}
.BgClassName
{
background-color: #AF7F8E;
}
</style>
border-color css
<style>
span { border-color: #AF7F8E; }
span { border-color: rgb(175,127,142); }
td.TdClassName
{
border-color: #AF7F8E;
}
.TagClassName
{
border-color: #AF7F8E;
}
</style>