Shades of Tapestry #AF647F
Tints of Tapestry #AF647F
RGB
CMYK
RGB Variations
Color information
#AF647F (or 0xAF647F) is known color: Tapestry. HEX triplet: AF, 64 and 7F. RGB value is (175,100,127). Sum of RGB (Red+Green+Blue) = 175+100+127=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF647F is #509B80. Grayscale: #7D7D7D. Windows color (decimal): -5282689 or 8348847. OLE color: 8348847.
HSL color Cylindrical-coordinate representation of color #AF647F: hue angle of 338.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF647F is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 127 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.31 |
| HSL | 338.4º | 0.32% | 0.54% | - |
| HSV(B) | 338.4º | 0.43% | 0.69% | - |
| XYZ | 26.07 | 19.76 | 22.52 | - |
| YUV | 125.5 | 128.85 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 127 | 0 | 0.43 | 0.27 | 0.31 | 338.4 | 0.32 | 0.54 |
| Hex | AF | 64 | 7F | 0 | 2B | 1B | 1F | 152 | 20 | 36 |
| Octal | 257 | 144 | 177 | 0 | 53 | 33 | 37 | 522 | 40 | 66 |
| Binary | 10101111 | 1100100 | 1111111 | 0 | 101011 | 11011 | 11111 | 101010010 | 100000 | 110110 |
Color Harmonies of #AF647F
Complementary color
Monochromatic Colors of #AF647F
Black with #AF647F
Text Example
Text Example
White with #AF647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF647F; }
p { color: rgb(175,100,127); }
H1.HeaderClassName
{
color: #AF647F;
}
.AnyTagClassName
{
color: #AF647F;
}
</style>
background-color css
<style>
a { background-color: #AF647F; }
a { background-color: rgb(175,100,127); }
div.DivClassName
{
background-color: #AF647F;
}
.BgClassName
{
background-color: #AF647F;
}
</style>
border-color css
<style>
span { border-color: #AF647F; }
span { border-color: rgb(175,100,127); }
td.TdClassName
{
border-color: #AF647F;
}
.TagClassName
{
border-color: #AF647F;
}
</style>