Shades of Tapestry #AF718C
Tints of Tapestry #AF718C
RGB
CMYK
RGB Variations
Color information
#AF718C (or 0xAF718C) is known color: Tapestry. HEX triplet: AF, 71 and 8C. RGB value is (175,113,140). Sum of RGB (Red+Green+Blue) = 175+113+140=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF718C is #508E73. Grayscale: #868686. Windows color (decimal): -5279348 or 9204143. OLE color: 9204143.
HSL color Cylindrical-coordinate representation of color #AF718C: hue angle of 333.87º 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 #AF718C is Cyan = 0, Magento = 0.35, Yellow = 0.2 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 140 | - |
| CMYK | 0 | 0.35 | 0.2 | 0.31 |
| HSL | 333.87º | 0.28% | 0.56% | - |
| HSV(B) | 333.87º | 0.35% | 0.69% | - |
| XYZ | 28.32 | 22.82 | 27.72 | - |
| YUV | 134.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 140 | 0 | 0.35 | 0.2 | 0.31 | 333.87 | 0.28 | 0.56 |
| Hex | AF | 71 | 8C | 0 | 23 | 14 | 1F | 14E | 1C | 38 |
| Octal | 257 | 161 | 214 | 0 | 43 | 24 | 37 | 516 | 34 | 70 |
| Binary | 10101111 | 1110001 | 10001100 | 0 | 100011 | 10100 | 11111 | 101001110 | 11100 | 111000 |
Color Harmonies of #AF718C
Complementary color
Monochromatic Colors of #AF718C
Black with #AF718C
Text Example
Text Example
White with #AF718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF718C; }
p { color: rgb(175,113,140); }
H1.HeaderClassName
{
color: #AF718C;
}
.AnyTagClassName
{
color: #AF718C;
}
</style>
background-color css
<style>
a { background-color: #AF718C; }
a { background-color: rgb(175,113,140); }
div.DivClassName
{
background-color: #AF718C;
}
.BgClassName
{
background-color: #AF718C;
}
</style>
border-color css
<style>
span { border-color: #AF718C; }
span { border-color: rgb(175,113,140); }
td.TdClassName
{
border-color: #AF718C;
}
.TagClassName
{
border-color: #AF718C;
}
</style>