Shades of Tapestry #AF647E
Tints of Tapestry #AF647E
RGB
CMYK
RGB Variations
Color information
#AF647E (or 0xAF647E) is known color: Tapestry. HEX triplet: AF, 64 and 7E. RGB value is (175,100,126). Sum of RGB (Red+Green+Blue) = 175+100+126=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF647E is #509B81. Grayscale: #7D7D7D. Windows color (decimal): -5282690 or 8283311. OLE color: 8283311.
HSL color Cylindrical-coordinate representation of color #AF647E: hue angle of 339.2º 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 #AF647E is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 126 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.31 |
| HSL | 339.2º | 0.32% | 0.54% | - |
| HSV(B) | 339.2º | 0.43% | 0.69% | - |
| XYZ | 26 | 19.73 | 22.18 | - |
| YUV | 125.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 126 | 0 | 0.43 | 0.28 | 0.31 | 339.2 | 0.32 | 0.54 |
| Hex | AF | 64 | 7E | 0 | 2B | 1C | 1F | 153 | 20 | 36 |
| Octal | 257 | 144 | 176 | 0 | 53 | 34 | 37 | 523 | 40 | 66 |
| Binary | 10101111 | 1100100 | 1111110 | 0 | 101011 | 11100 | 11111 | 101010011 | 100000 | 110110 |
Color Harmonies of #AF647E
Complementary color
Monochromatic Colors of #AF647E
Black with #AF647E
Text Example
Text Example
White with #AF647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF647E; }
p { color: rgb(175,100,126); }
H1.HeaderClassName
{
color: #AF647E;
}
.AnyTagClassName
{
color: #AF647E;
}
</style>
background-color css
<style>
a { background-color: #AF647E; }
a { background-color: rgb(175,100,126); }
div.DivClassName
{
background-color: #AF647E;
}
.BgClassName
{
background-color: #AF647E;
}
</style>
border-color css
<style>
span { border-color: #AF647E; }
span { border-color: rgb(175,100,126); }
td.TdClassName
{
border-color: #AF647E;
}
.TagClassName
{
border-color: #AF647E;
}
</style>