Shades of Tapestry #AF617D
Tints of Tapestry #AF617D
RGB
CMYK
RGB Variations
Color information
#AF617D (or 0xAF617D) is known color: Tapestry. HEX triplet: AF, 61 and 7D. RGB value is (175,97,125). Sum of RGB (Red+Green+Blue) = 175+97+125=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF617D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF617D is #509E82. Grayscale: #7B7B7B. Windows color (decimal): -5283459 or 8217007. OLE color: 8217007.
HSL color Cylindrical-coordinate representation of color #AF617D: hue angle of 338.46º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF617D is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 125 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.31 |
| HSL | 338.46º | 0.33% | 0.53% | - |
| HSV(B) | 338.46º | 0.45% | 0.69% | - |
| XYZ | 25.66 | 19.14 | 21.75 | - |
| YUV | 123.51 | 128.84 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 125 | 0 | 0.45 | 0.29 | 0.31 | 338.46 | 0.33 | 0.53 |
| Hex | AF | 61 | 7D | 0 | 2D | 1D | 1F | 152 | 21 | 35 |
| Octal | 257 | 141 | 175 | 0 | 55 | 35 | 37 | 522 | 41 | 65 |
| Binary | 10101111 | 1100001 | 1111101 | 0 | 101101 | 11101 | 11111 | 101010010 | 100001 | 110101 |
Color Harmonies of #AF617D
Complementary color
Monochromatic Colors of #AF617D
Black with #AF617D
Text Example
Text Example
White with #AF617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF617D; }
p { color: rgb(175,97,125); }
H1.HeaderClassName
{
color: #AF617D;
}
.AnyTagClassName
{
color: #AF617D;
}
</style>
background-color css
<style>
a { background-color: #AF617D; }
a { background-color: rgb(175,97,125); }
div.DivClassName
{
background-color: #AF617D;
}
.BgClassName
{
background-color: #AF617D;
}
</style>
border-color css
<style>
span { border-color: #AF617D; }
span { border-color: rgb(175,97,125); }
td.TdClassName
{
border-color: #AF617D;
}
.TagClassName
{
border-color: #AF617D;
}
</style>