Shades of Tapestry #AF717E
Tints of Tapestry #AF717E
RGB
CMYK
RGB Variations
Color information
#AF717E (or 0xAF717E) is known color: Tapestry. HEX triplet: AF, 71 and 7E. RGB value is (175,113,126). Sum of RGB (Red+Green+Blue) = 175+113+126=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF717E is #508E81. Grayscale: #858585. Windows color (decimal): -5279362 or 8286639. OLE color: 8286639.
HSL color Cylindrical-coordinate representation of color #AF717E: hue angle of 347.42º 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 #AF717E is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 126 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.31 |
| HSL | 347.42º | 0.28% | 0.56% | - |
| HSV(B) | 347.42º | 0.35% | 0.69% | - |
| XYZ | 27.35 | 22.43 | 22.63 | - |
| YUV | 133.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 126 | 0 | 0.35 | 0.28 | 0.31 | 347.42 | 0.28 | 0.56 |
| Hex | AF | 71 | 7E | 0 | 23 | 1C | 1F | 15B | 1C | 38 |
| Octal | 257 | 161 | 176 | 0 | 43 | 34 | 37 | 533 | 34 | 70 |
| Binary | 10101111 | 1110001 | 1111110 | 0 | 100011 | 11100 | 11111 | 101011011 | 11100 | 111000 |
Color Harmonies of #AF717E
Complementary color
Monochromatic Colors of #AF717E
Black with #AF717E
Text Example
Text Example
White with #AF717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF717E; }
p { color: rgb(175,113,126); }
H1.HeaderClassName
{
color: #AF717E;
}
.AnyTagClassName
{
color: #AF717E;
}
</style>
background-color css
<style>
a { background-color: #AF717E; }
a { background-color: rgb(175,113,126); }
div.DivClassName
{
background-color: #AF717E;
}
.BgClassName
{
background-color: #AF717E;
}
</style>
border-color css
<style>
span { border-color: #AF717E; }
span { border-color: rgb(175,113,126); }
td.TdClassName
{
border-color: #AF717E;
}
.TagClassName
{
border-color: #AF717E;
}
</style>