Shades of Tapestry #AF6F7C
Tints of Tapestry #AF6F7C
RGB
CMYK
RGB Variations
Color information
#AF6F7C (or 0xAF6F7C) is known color: Tapestry. HEX triplet: AF, 6F and 7C. RGB value is (175,111,124). Sum of RGB (Red+Green+Blue) = 175+111+124=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 111 (43.75% from 255 or 27.07% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F7C is #509083. Grayscale: #838383. Windows color (decimal): -5279876 or 8155055. OLE color: 8155055.
HSL color Cylindrical-coordinate representation of color #AF6F7C: hue angle of 347.81º 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 #AF6F7C is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 124 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.31 |
| HSL | 347.81º | 0.29% | 0.56% | - |
| HSV(B) | 347.81º | 0.37% | 0.69% | - |
| XYZ | 27 | 21.94 | 21.88 | - |
| YUV | 131.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 124 | 0 | 0.37 | 0.29 | 0.31 | 347.81 | 0.29 | 0.56 |
| Hex | AF | 6F | 7C | 0 | 25 | 1D | 1F | 15C | 1D | 38 |
| Octal | 257 | 157 | 174 | 0 | 45 | 35 | 37 | 534 | 35 | 70 |
| Binary | 10101111 | 1101111 | 1111100 | 0 | 100101 | 11101 | 11111 | 101011100 | 11101 | 111000 |
Color Harmonies of #AF6F7C
Complementary color
Monochromatic Colors of #AF6F7C
Black with #AF6F7C
Text Example
Text Example
White with #AF6F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F7C; }
p { color: rgb(175,111,124); }
H1.HeaderClassName
{
color: #AF6F7C;
}
.AnyTagClassName
{
color: #AF6F7C;
}
</style>
background-color css
<style>
a { background-color: #AF6F7C; }
a { background-color: rgb(175,111,124); }
div.DivClassName
{
background-color: #AF6F7C;
}
.BgClassName
{
background-color: #AF6F7C;
}
</style>
border-color css
<style>
span { border-color: #AF6F7C; }
span { border-color: rgb(175,111,124); }
td.TdClassName
{
border-color: #AF6F7C;
}
.TagClassName
{
border-color: #AF6F7C;
}
</style>