Shades of Tapestry #AF697C
Tints of Tapestry #AF697C
RGB
CMYK
RGB Variations
Color information
#AF697C (or 0xAF697C) is known color: Tapestry. HEX triplet: AF, 69 and 7C. RGB value is (175,105,124). Sum of RGB (Red+Green+Blue) = 175+105+124=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 175 - color contains mainly: red. Hex color #AF697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF697C is #509683. Grayscale: #808080. Windows color (decimal): -5281412 or 8153519. OLE color: 8153519.
HSL color Cylindrical-coordinate representation of color #AF697C: hue angle of 343.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF697C is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 124 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.31 |
| HSL | 343.71º | 0.3% | 0.55% | - |
| HSV(B) | 343.71º | 0.4% | 0.69% | - |
| XYZ | 26.37 | 20.67 | 21.67 | - |
| YUV | 128.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 124 | 0 | 0.40 | 0.29 | 0.31 | 343.71 | 0.3 | 0.55 |
| Hex | AF | 69 | 7C | 0 | 28 | 1D | 1F | 158 | 1E | 37 |
| Octal | 257 | 151 | 174 | 0 | 50 | 35 | 37 | 530 | 36 | 67 |
| Binary | 10101111 | 1101001 | 1111100 | 0 | 101000 | 11101 | 11111 | 101011000 | 11110 | 110111 |
Color Harmonies of #AF697C
Complementary color
Monochromatic Colors of #AF697C
Black with #AF697C
Text Example
Text Example
White with #AF697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF697C; }
p { color: rgb(175,105,124); }
H1.HeaderClassName
{
color: #AF697C;
}
.AnyTagClassName
{
color: #AF697C;
}
</style>
background-color css
<style>
a { background-color: #AF697C; }
a { background-color: rgb(175,105,124); }
div.DivClassName
{
background-color: #AF697C;
}
.BgClassName
{
background-color: #AF697C;
}
</style>
border-color css
<style>
span { border-color: #AF697C; }
span { border-color: rgb(175,105,124); }
td.TdClassName
{
border-color: #AF697C;
}
.TagClassName
{
border-color: #AF697C;
}
</style>