Shades of Tapestry #AF7E91
Tints of Tapestry #AF7E91
RGB
CMYK
RGB Variations
Color information
#AF7E91 (or 0xAF7E91) is known color: Tapestry. HEX triplet: AF, 7E and 91. RGB value is (175,126,145). Sum of RGB (Red+Green+Blue) = 175+126+145=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7E91 is #50816E. Grayscale: #8E8E8E. Windows color (decimal): -5276015 or 9535151. OLE color: 9535151.
HSL color Cylindrical-coordinate representation of color #AF7E91: hue angle of 336.73º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF7E91 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 126 | 145 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.31 |
| HSL | 336.73º | 0.23% | 0.59% | - |
| HSV(B) | 336.73º | 0.28% | 0.69% | - |
| XYZ | 30.25 | 26.08 | 30.23 | - |
| YUV | 142.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 145 | 0 | 0.28 | 0.17 | 0.31 | 336.73 | 0.23 | 0.59 |
| Hex | AF | 7E | 91 | 0 | 1C | 11 | 1F | 151 | 17 | 3B |
| Octal | 257 | 176 | 221 | 0 | 34 | 21 | 37 | 521 | 27 | 73 |
| Binary | 10101111 | 1111110 | 10010001 | 0 | 11100 | 10001 | 11111 | 101010001 | 10111 | 111011 |
Color Harmonies of #AF7E91
Complementary color
Monochromatic Colors of #AF7E91
Black with #AF7E91
Text Example
Text Example
White with #AF7E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7E91; }
p { color: rgb(175,126,145); }
H1.HeaderClassName
{
color: #AF7E91;
}
.AnyTagClassName
{
color: #AF7E91;
}
</style>
background-color css
<style>
a { background-color: #AF7E91; }
a { background-color: rgb(175,126,145); }
div.DivClassName
{
background-color: #AF7E91;
}
.BgClassName
{
background-color: #AF7E91;
}
</style>
border-color css
<style>
span { border-color: #AF7E91; }
span { border-color: rgb(175,126,145); }
td.TdClassName
{
border-color: #AF7E91;
}
.TagClassName
{
border-color: #AF7E91;
}
</style>