Shades of Tapestry #AF677C
Tints of Tapestry #AF677C
RGB
CMYK
RGB Variations
Color information
#AF677C (or 0xAF677C) is known color: Tapestry. HEX triplet: AF, 67 and 7C. RGB value is (175,103,124). Sum of RGB (Red+Green+Blue) = 175+103+124=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF677C is #509883. Grayscale: #7E7E7E. Windows color (decimal): -5281924 or 8153007. OLE color: 8153007.
HSL color Cylindrical-coordinate representation of color #AF677C: hue angle of 342.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF677C is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 124 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.31 |
| HSL | 342.5º | 0.31% | 0.55% | - |
| HSV(B) | 342.5º | 0.41% | 0.69% | - |
| XYZ | 26.17 | 20.27 | 21.6 | - |
| YUV | 126.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 124 | 0 | 0.41 | 0.29 | 0.31 | 342.5 | 0.31 | 0.55 |
| Hex | AF | 67 | 7C | 0 | 29 | 1D | 1F | 156 | 1F | 37 |
| Octal | 257 | 147 | 174 | 0 | 51 | 35 | 37 | 526 | 37 | 67 |
| Binary | 10101111 | 1100111 | 1111100 | 0 | 101001 | 11101 | 11111 | 101010110 | 11111 | 110111 |
Color Harmonies of #AF677C
Complementary color
Monochromatic Colors of #AF677C
Black with #AF677C
Text Example
Text Example
White with #AF677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF677C; }
p { color: rgb(175,103,124); }
H1.HeaderClassName
{
color: #AF677C;
}
.AnyTagClassName
{
color: #AF677C;
}
</style>
background-color css
<style>
a { background-color: #AF677C; }
a { background-color: rgb(175,103,124); }
div.DivClassName
{
background-color: #AF677C;
}
.BgClassName
{
background-color: #AF677C;
}
</style>
border-color css
<style>
span { border-color: #AF677C; }
span { border-color: rgb(175,103,124); }
td.TdClassName
{
border-color: #AF677C;
}
.TagClassName
{
border-color: #AF677C;
}
</style>