Shades of Tapestry #AF718E
Tints of Tapestry #AF718E
RGB
CMYK
RGB Variations
Color information
#AF718E (or 0xAF718E) is known color: Tapestry. HEX triplet: AF, 71 and 8E. RGB value is (175,113,142). Sum of RGB (Red+Green+Blue) = 175+113+142=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF718E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF718E is #508E71. Grayscale: #868686. Windows color (decimal): -5279346 or 9335215. OLE color: 9335215.
HSL color Cylindrical-coordinate representation of color #AF718E: hue angle of 331.94º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF718E is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 142 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.31 |
| HSL | 331.94º | 0.28% | 0.56% | - |
| HSV(B) | 331.94º | 0.35% | 0.69% | - |
| XYZ | 28.47 | 22.88 | 28.51 | - |
| YUV | 134.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 142 | 0 | 0.35 | 0.19 | 0.31 | 331.94 | 0.28 | 0.56 |
| Hex | AF | 71 | 8E | 0 | 23 | 13 | 1F | 14C | 1C | 38 |
| Octal | 257 | 161 | 216 | 0 | 43 | 23 | 37 | 514 | 34 | 70 |
| Binary | 10101111 | 1110001 | 10001110 | 0 | 100011 | 10011 | 11111 | 101001100 | 11100 | 111000 |
Color Harmonies of #AF718E
Complementary color
Monochromatic Colors of #AF718E
Black with #AF718E
Text Example
Text Example
White with #AF718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF718E; }
p { color: rgb(175,113,142); }
H1.HeaderClassName
{
color: #AF718E;
}
.AnyTagClassName
{
color: #AF718E;
}
</style>
background-color css
<style>
a { background-color: #AF718E; }
a { background-color: rgb(175,113,142); }
div.DivClassName
{
background-color: #AF718E;
}
.BgClassName
{
background-color: #AF718E;
}
</style>
border-color css
<style>
span { border-color: #AF718E; }
span { border-color: rgb(175,113,142); }
td.TdClassName
{
border-color: #AF718E;
}
.TagClassName
{
border-color: #AF718E;
}
</style>