Shades of Tapestry #AF6E7D
Tints of Tapestry #AF6E7D
RGB
CMYK
RGB Variations
Color information
#AF6E7D (or 0xAF6E7D) is known color: Tapestry. HEX triplet: AF, 6E and 7D. RGB value is (175,110,125). Sum of RGB (Red+Green+Blue) = 175+110+125=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E7D is #509182. Grayscale: #838383. Windows color (decimal): -5280131 or 8220335. OLE color: 8220335.
HSL color Cylindrical-coordinate representation of color #AF6E7D: hue angle of 346.15º 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 #AF6E7D is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 125 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.31 |
| HSL | 346.15º | 0.29% | 0.56% | - |
| HSV(B) | 346.15º | 0.37% | 0.69% | - |
| XYZ | 26.96 | 21.75 | 22.18 | - |
| YUV | 131.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 125 | 0 | 0.37 | 0.29 | 0.31 | 346.15 | 0.29 | 0.56 |
| Hex | AF | 6E | 7D | 0 | 25 | 1D | 1F | 15A | 1D | 38 |
| Octal | 257 | 156 | 175 | 0 | 45 | 35 | 37 | 532 | 35 | 70 |
| Binary | 10101111 | 1101110 | 1111101 | 0 | 100101 | 11101 | 11111 | 101011010 | 11101 | 111000 |
Color Harmonies of #AF6E7D
Complementary color
Monochromatic Colors of #AF6E7D
Black with #AF6E7D
Text Example
Text Example
White with #AF6E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E7D; }
p { color: rgb(175,110,125); }
H1.HeaderClassName
{
color: #AF6E7D;
}
.AnyTagClassName
{
color: #AF6E7D;
}
</style>
background-color css
<style>
a { background-color: #AF6E7D; }
a { background-color: rgb(175,110,125); }
div.DivClassName
{
background-color: #AF6E7D;
}
.BgClassName
{
background-color: #AF6E7D;
}
</style>
border-color css
<style>
span { border-color: #AF6E7D; }
span { border-color: rgb(175,110,125); }
td.TdClassName
{
border-color: #AF6E7D;
}
.TagClassName
{
border-color: #AF6E7D;
}
</style>