Shades of Tapestry #AF647D
Tints of Tapestry #AF647D
RGB
CMYK
RGB Variations
Color information
#AF647D (or 0xAF647D) is known color: Tapestry. HEX triplet: AF, 64 and 7D. RGB value is (175,100,125). Sum of RGB (Red+Green+Blue) = 175+100+125=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF647D is #509B82. Grayscale: #7D7D7D. Windows color (decimal): -5282691 or 8217775. OLE color: 8217775.
HSL color Cylindrical-coordinate representation of color #AF647D: hue angle of 340º 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 #AF647D is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 125 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.31 |
| HSL | 340º | 0.32% | 0.54% | - |
| HSV(B) | 340º | 0.43% | 0.69% | - |
| XYZ | 25.94 | 19.71 | 21.84 | - |
| YUV | 125.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 125 | 0 | 0.43 | 0.29 | 0.31 | 340 | 0.32 | 0.54 |
| Hex | AF | 64 | 7D | 0 | 2B | 1D | 1F | 154 | 20 | 36 |
| Octal | 257 | 144 | 175 | 0 | 53 | 35 | 37 | 524 | 40 | 66 |
| Binary | 10101111 | 1100100 | 1111101 | 0 | 101011 | 11101 | 11111 | 101010100 | 100000 | 110110 |
Color Harmonies of #AF647D
Complementary color
Monochromatic Colors of #AF647D
Black with #AF647D
Text Example
Text Example
White with #AF647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF647D; }
p { color: rgb(175,100,125); }
H1.HeaderClassName
{
color: #AF647D;
}
.AnyTagClassName
{
color: #AF647D;
}
</style>
background-color css
<style>
a { background-color: #AF647D; }
a { background-color: rgb(175,100,125); }
div.DivClassName
{
background-color: #AF647D;
}
.BgClassName
{
background-color: #AF647D;
}
</style>
border-color css
<style>
span { border-color: #AF647D; }
span { border-color: rgb(175,100,125); }
td.TdClassName
{
border-color: #AF647D;
}
.TagClassName
{
border-color: #AF647D;
}
</style>