Shades of Tapestry #AF7F91
Tints of Tapestry #AF7F91
RGB
CMYK
RGB Variations
Color information
#AF7F91 (or 0xAF7F91) is known color: Tapestry. HEX triplet: AF, 7F and 91. RGB value is (175,127,145). Sum of RGB (Red+Green+Blue) = 175+127+145=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7F91 is #50806E. Grayscale: #8F8F8F. Windows color (decimal): -5275759 or 9535407. OLE color: 9535407.
HSL color Cylindrical-coordinate representation of color #AF7F91: hue angle of 337.5º 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 #AF7F91 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 145 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.31 |
| HSL | 337.5º | 0.23% | 0.59% | - |
| HSV(B) | 337.5º | 0.27% | 0.69% | - |
| XYZ | 30.38 | 26.34 | 30.27 | - |
| YUV | 143.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 145 | 0 | 0.27 | 0.17 | 0.31 | 337.5 | 0.23 | 0.59 |
| Hex | AF | 7F | 91 | 0 | 1B | 11 | 1F | 152 | 17 | 3B |
| Octal | 257 | 177 | 221 | 0 | 33 | 21 | 37 | 522 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10010001 | 0 | 11011 | 10001 | 11111 | 101010010 | 10111 | 111011 |
Color Harmonies of #AF7F91
Complementary color
Monochromatic Colors of #AF7F91
Black with #AF7F91
Text Example
Text Example
White with #AF7F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F91; }
p { color: rgb(175,127,145); }
H1.HeaderClassName
{
color: #AF7F91;
}
.AnyTagClassName
{
color: #AF7F91;
}
</style>
background-color css
<style>
a { background-color: #AF7F91; }
a { background-color: rgb(175,127,145); }
div.DivClassName
{
background-color: #AF7F91;
}
.BgClassName
{
background-color: #AF7F91;
}
</style>
border-color css
<style>
span { border-color: #AF7F91; }
span { border-color: rgb(175,127,145); }
td.TdClassName
{
border-color: #AF7F91;
}
.TagClassName
{
border-color: #AF7F91;
}
</style>