Shades of Tapestry #AF617E
Tints of Tapestry #AF617E
RGB
CMYK
RGB Variations
Color information
#AF617E (or 0xAF617E) is known color: Tapestry. HEX triplet: AF, 61 and 7E. RGB value is (175,97,126). Sum of RGB (Red+Green+Blue) = 175+97+126=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF617E is #509E81. Grayscale: #7B7B7B. Windows color (decimal): -5283458 or 8282543. OLE color: 8282543.
HSL color Cylindrical-coordinate representation of color #AF617E: hue angle of 337.69º 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 #AF617E is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 97 | 126 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.31 |
| HSL | 337.69º | 0.33% | 0.53% | - |
| HSV(B) | 337.69º | 0.45% | 0.69% | - |
| XYZ | 25.72 | 19.17 | 22.08 | - |
| YUV | 123.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 126 | 0 | 0.45 | 0.28 | 0.31 | 337.69 | 0.33 | 0.53 |
| Hex | AF | 61 | 7E | 0 | 2D | 1C | 1F | 152 | 21 | 35 |
| Octal | 257 | 141 | 176 | 0 | 55 | 34 | 37 | 522 | 41 | 65 |
| Binary | 10101111 | 1100001 | 1111110 | 0 | 101101 | 11100 | 11111 | 101010010 | 100001 | 110101 |
Color Harmonies of #AF617E
Complementary color
Monochromatic Colors of #AF617E
Black with #AF617E
Text Example
Text Example
White with #AF617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF617E; }
p { color: rgb(175,97,126); }
H1.HeaderClassName
{
color: #AF617E;
}
.AnyTagClassName
{
color: #AF617E;
}
</style>
background-color css
<style>
a { background-color: #AF617E; }
a { background-color: rgb(175,97,126); }
div.DivClassName
{
background-color: #AF617E;
}
.BgClassName
{
background-color: #AF617E;
}
</style>
border-color css
<style>
span { border-color: #AF617E; }
span { border-color: rgb(175,97,126); }
td.TdClassName
{
border-color: #AF617E;
}
.TagClassName
{
border-color: #AF617E;
}
</style>