Shades of Tapestry #AF717F
Tints of Tapestry #AF717F
RGB
CMYK
RGB Variations
Color information
#AF717F (or 0xAF717F) is known color: Tapestry. HEX triplet: AF, 71 and 7F. RGB value is (175,113,127). Sum of RGB (Red+Green+Blue) = 175+113+127=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF717F is #508E80. Grayscale: #858585. Windows color (decimal): -5279361 or 8352175. OLE color: 8352175.
HSL color Cylindrical-coordinate representation of color #AF717F: hue angle of 346.45º 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 #AF717F is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 127 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.31 |
| HSL | 346.45º | 0.28% | 0.56% | - |
| HSV(B) | 346.45º | 0.35% | 0.69% | - |
| XYZ | 27.42 | 22.46 | 22.97 | - |
| YUV | 133.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 127 | 0 | 0.35 | 0.27 | 0.31 | 346.45 | 0.28 | 0.56 |
| Hex | AF | 71 | 7F | 0 | 23 | 1B | 1F | 15A | 1C | 38 |
| Octal | 257 | 161 | 177 | 0 | 43 | 33 | 37 | 532 | 34 | 70 |
| Binary | 10101111 | 1110001 | 1111111 | 0 | 100011 | 11011 | 11111 | 101011010 | 11100 | 111000 |
Color Harmonies of #AF717F
Complementary color
Monochromatic Colors of #AF717F
Black with #AF717F
Text Example
Text Example
White with #AF717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF717F; }
p { color: rgb(175,113,127); }
H1.HeaderClassName
{
color: #AF717F;
}
.AnyTagClassName
{
color: #AF717F;
}
</style>
background-color css
<style>
a { background-color: #AF717F; }
a { background-color: rgb(175,113,127); }
div.DivClassName
{
background-color: #AF717F;
}
.BgClassName
{
background-color: #AF717F;
}
</style>
border-color css
<style>
span { border-color: #AF717F; }
span { border-color: rgb(175,113,127); }
td.TdClassName
{
border-color: #AF717F;
}
.TagClassName
{
border-color: #AF717F;
}
</style>