Shades of Tapestry #AF6D80
Tints of Tapestry #AF6D80
RGB
CMYK
RGB Variations
Color information
#AF6D80 (or 0xAF6D80) is known color: Tapestry. HEX triplet: AF, 6D and 80. RGB value is (175,109,128). Sum of RGB (Red+Green+Blue) = 175+109+128=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D80 is #50927F. Grayscale: #828282. Windows color (decimal): -5280384 or 8416687. OLE color: 8416687.
HSL color Cylindrical-coordinate representation of color #AF6D80: hue angle of 342.73º 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 #AF6D80 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 128 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.31 |
| HSL | 342.73º | 0.29% | 0.56% | - |
| HSV(B) | 342.73º | 0.38% | 0.69% | - |
| XYZ | 27.04 | 21.61 | 23.17 | - |
| YUV | 130.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 128 | 0 | 0.38 | 0.27 | 0.31 | 342.73 | 0.29 | 0.56 |
| Hex | AF | 6D | 80 | 0 | 26 | 1B | 1F | 157 | 1D | 38 |
| Octal | 257 | 155 | 200 | 0 | 46 | 33 | 37 | 527 | 35 | 70 |
| Binary | 10101111 | 1101101 | 10000000 | 0 | 100110 | 11011 | 11111 | 101010111 | 11101 | 111000 |
Color Harmonies of #AF6D80
Complementary color
Monochromatic Colors of #AF6D80
Black with #AF6D80
Text Example
Text Example
White with #AF6D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D80; }
p { color: rgb(175,109,128); }
H1.HeaderClassName
{
color: #AF6D80;
}
.AnyTagClassName
{
color: #AF6D80;
}
</style>
background-color css
<style>
a { background-color: #AF6D80; }
a { background-color: rgb(175,109,128); }
div.DivClassName
{
background-color: #AF6D80;
}
.BgClassName
{
background-color: #AF6D80;
}
</style>
border-color css
<style>
span { border-color: #AF6D80; }
span { border-color: rgb(175,109,128); }
td.TdClassName
{
border-color: #AF6D80;
}
.TagClassName
{
border-color: #AF6D80;
}
</style>