Shades of Tapestry #AF6D7D
Tints of Tapestry #AF6D7D
RGB
CMYK
RGB Variations
Color information
#AF6D7D (or 0xAF6D7D) is known color: Tapestry. HEX triplet: AF, 6D and 7D. RGB value is (175,109,125). Sum of RGB (Red+Green+Blue) = 175+109+125=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D7D is #509282. Grayscale: #828282. Windows color (decimal): -5280387 or 8220079. OLE color: 8220079.
HSL color Cylindrical-coordinate representation of color #AF6D7D: hue angle of 345.45º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6D7D is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 125 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.31 |
| HSL | 345.45º | 0.29% | 0.56% | - |
| HSV(B) | 345.45º | 0.38% | 0.69% | - |
| XYZ | 26.85 | 21.53 | 22.14 | - |
| YUV | 130.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 125 | 0 | 0.38 | 0.29 | 0.31 | 345.45 | 0.29 | 0.56 |
| Hex | AF | 6D | 7D | 0 | 26 | 1D | 1F | 159 | 1D | 38 |
| Octal | 257 | 155 | 175 | 0 | 46 | 35 | 37 | 531 | 35 | 70 |
| Binary | 10101111 | 1101101 | 1111101 | 0 | 100110 | 11101 | 11111 | 101011001 | 11101 | 111000 |
Color Harmonies of #AF6D7D
Complementary color
Monochromatic Colors of #AF6D7D
Black with #AF6D7D
Text Example
Text Example
White with #AF6D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D7D; }
p { color: rgb(175,109,125); }
H1.HeaderClassName
{
color: #AF6D7D;
}
.AnyTagClassName
{
color: #AF6D7D;
}
</style>
background-color css
<style>
a { background-color: #AF6D7D; }
a { background-color: rgb(175,109,125); }
div.DivClassName
{
background-color: #AF6D7D;
}
.BgClassName
{
background-color: #AF6D7D;
}
</style>
border-color css
<style>
span { border-color: #AF6D7D; }
span { border-color: rgb(175,109,125); }
td.TdClassName
{
border-color: #AF6D7D;
}
.TagClassName
{
border-color: #AF6D7D;
}
</style>