Shades of Tapestry #AF6C7C
Tints of Tapestry #AF6C7C
RGB
CMYK
RGB Variations
Color information
#AF6C7C (or 0xAF6C7C) is known color: Tapestry. HEX triplet: AF, 6C and 7C. RGB value is (175,108,124). Sum of RGB (Red+Green+Blue) = 175+108+124=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C7C is #509383. Grayscale: #818181. Windows color (decimal): -5280644 or 8154287. OLE color: 8154287.
HSL color Cylindrical-coordinate representation of color #AF6C7C: hue angle of 345.67º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6C7C is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 108 | 124 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.31 |
| HSL | 345.67º | 0.3% | 0.55% | - |
| HSV(B) | 345.67º | 0.38% | 0.69% | - |
| XYZ | 26.68 | 21.29 | 21.77 | - |
| YUV | 129.86 | 124.7 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 108 | 124 | 0 | 0.38 | 0.29 | 0.31 | 345.67 | 0.3 | 0.55 |
| Hex | AF | 6C | 7C | 0 | 26 | 1D | 1F | 15A | 1E | 37 |
| Octal | 257 | 154 | 174 | 0 | 46 | 35 | 37 | 532 | 36 | 67 |
| Binary | 10101111 | 1101100 | 1111100 | 0 | 100110 | 11101 | 11111 | 101011010 | 11110 | 110111 |
Color Harmonies of #AF6C7C
Complementary color
Monochromatic Colors of #AF6C7C
Black with #AF6C7C
Text Example
Text Example
White with #AF6C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6C7C; }
p { color: rgb(175,108,124); }
H1.HeaderClassName
{
color: #AF6C7C;
}
.AnyTagClassName
{
color: #AF6C7C;
}
</style>
background-color css
<style>
a { background-color: #AF6C7C; }
a { background-color: rgb(175,108,124); }
div.DivClassName
{
background-color: #AF6C7C;
}
.BgClassName
{
background-color: #AF6C7C;
}
</style>
border-color css
<style>
span { border-color: #AF6C7C; }
span { border-color: rgb(175,108,124); }
td.TdClassName
{
border-color: #AF6C7C;
}
.TagClassName
{
border-color: #AF6C7C;
}
</style>