Shades of Tapestry #AF6F7E
Tints of Tapestry #AF6F7E
RGB
CMYK
RGB Variations
Color information
#AF6F7E (or 0xAF6F7E) is known color: Tapestry. HEX triplet: AF, 6F and 7E. RGB value is (175,111,126). Sum of RGB (Red+Green+Blue) = 175+111+126=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F7E is #509081. Grayscale: #838383. Windows color (decimal): -5279874 or 8286127. OLE color: 8286127.
HSL color Cylindrical-coordinate representation of color #AF6F7E: hue angle of 345.94º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6F7E is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 126 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.31 |
| HSL | 345.94º | 0.29% | 0.56% | - |
| HSV(B) | 345.94º | 0.37% | 0.69% | - |
| XYZ | 27.13 | 21.99 | 22.55 | - |
| YUV | 131.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 126 | 0 | 0.37 | 0.28 | 0.31 | 345.94 | 0.29 | 0.56 |
| Hex | AF | 6F | 7E | 0 | 25 | 1C | 1F | 15A | 1D | 38 |
| Octal | 257 | 157 | 176 | 0 | 45 | 34 | 37 | 532 | 35 | 70 |
| Binary | 10101111 | 1101111 | 1111110 | 0 | 100101 | 11100 | 11111 | 101011010 | 11101 | 111000 |
Color Harmonies of #AF6F7E
Complementary color
Monochromatic Colors of #AF6F7E
Black with #AF6F7E
Text Example
Text Example
White with #AF6F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F7E; }
p { color: rgb(175,111,126); }
H1.HeaderClassName
{
color: #AF6F7E;
}
.AnyTagClassName
{
color: #AF6F7E;
}
</style>
background-color css
<style>
a { background-color: #AF6F7E; }
a { background-color: rgb(175,111,126); }
div.DivClassName
{
background-color: #AF6F7E;
}
.BgClassName
{
background-color: #AF6F7E;
}
</style>
border-color css
<style>
span { border-color: #AF6F7E; }
span { border-color: rgb(175,111,126); }
td.TdClassName
{
border-color: #AF6F7E;
}
.TagClassName
{
border-color: #AF6F7E;
}
</style>