Shades of Tapestry #AF697E
Tints of Tapestry #AF697E
RGB
CMYK
RGB Variations
Color information
#AF697E (or 0xAF697E) is known color: Tapestry. HEX triplet: AF, 69 and 7E. RGB value is (175,105,126). Sum of RGB (Red+Green+Blue) = 175+105+126=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF697E is #509681. Grayscale: #808080. Windows color (decimal): -5281410 or 8284591. OLE color: 8284591.
HSL color Cylindrical-coordinate representation of color #AF697E: hue angle of 342º 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 #AF697E is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 126 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.31 |
| HSL | 342º | 0.3% | 0.55% | - |
| HSV(B) | 342º | 0.4% | 0.69% | - |
| XYZ | 26.5 | 20.72 | 22.34 | - |
| YUV | 128.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 126 | 0 | 0.40 | 0.28 | 0.31 | 342 | 0.3 | 0.55 |
| Hex | AF | 69 | 7E | 0 | 28 | 1C | 1F | 156 | 1E | 37 |
| Octal | 257 | 151 | 176 | 0 | 50 | 34 | 37 | 526 | 36 | 67 |
| Binary | 10101111 | 1101001 | 1111110 | 0 | 101000 | 11100 | 11111 | 101010110 | 11110 | 110111 |
Color Harmonies of #AF697E
Complementary color
Monochromatic Colors of #AF697E
Black with #AF697E
Text Example
Text Example
White with #AF697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF697E; }
p { color: rgb(175,105,126); }
H1.HeaderClassName
{
color: #AF697E;
}
.AnyTagClassName
{
color: #AF697E;
}
</style>
background-color css
<style>
a { background-color: #AF697E; }
a { background-color: rgb(175,105,126); }
div.DivClassName
{
background-color: #AF697E;
}
.BgClassName
{
background-color: #AF697E;
}
</style>
border-color css
<style>
span { border-color: #AF697E; }
span { border-color: rgb(175,105,126); }
td.TdClassName
{
border-color: #AF697E;
}
.TagClassName
{
border-color: #AF697E;
}
</style>