Shades of Tapestry #AF7E8F
Tints of Tapestry #AF7E8F
RGB
CMYK
RGB Variations
Color information
#AF7E8F (or 0xAF7E8F) is known color: Tapestry. HEX triplet: AF, 7E and 8F. RGB value is (175,126,143). Sum of RGB (Red+Green+Blue) = 175+126+143=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7E8F is #508170. Grayscale: #8E8E8E. Windows color (decimal): -5276017 or 9404079. OLE color: 9404079.
HSL color Cylindrical-coordinate representation of color #AF7E8F: hue angle of 339.18º 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 #AF7E8F is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 126 | 143 | - |
| CMYK | 0 | 0.28 | 0.18 | 0.31 |
| HSL | 339.18º | 0.23% | 0.59% | - |
| HSV(B) | 339.18º | 0.28% | 0.69% | - |
| XYZ | 30.1 | 26.02 | 29.42 | - |
| YUV | 142.59 | 128.23 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 126 | 143 | 0 | 0.28 | 0.18 | 0.31 | 339.18 | 0.23 | 0.59 |
| Hex | AF | 7E | 8F | 0 | 1C | 12 | 1F | 153 | 17 | 3B |
| Octal | 257 | 176 | 217 | 0 | 34 | 22 | 37 | 523 | 27 | 73 |
| Binary | 10101111 | 1111110 | 10001111 | 0 | 11100 | 10010 | 11111 | 101010011 | 10111 | 111011 |
Color Harmonies of #AF7E8F
Complementary color
Monochromatic Colors of #AF7E8F
Black with #AF7E8F
Text Example
Text Example
White with #AF7E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7E8F; }
p { color: rgb(175,126,143); }
H1.HeaderClassName
{
color: #AF7E8F;
}
.AnyTagClassName
{
color: #AF7E8F;
}
</style>
background-color css
<style>
a { background-color: #AF7E8F; }
a { background-color: rgb(175,126,143); }
div.DivClassName
{
background-color: #AF7E8F;
}
.BgClassName
{
background-color: #AF7E8F;
}
</style>
border-color css
<style>
span { border-color: #AF7E8F; }
span { border-color: rgb(175,126,143); }
td.TdClassName
{
border-color: #AF7E8F;
}
.TagClassName
{
border-color: #AF7E8F;
}
</style>