Shades of Tapestry #AF6B80
Tints of Tapestry #AF6B80
RGB
CMYK
RGB Variations
Color information
#AF6B80 (or 0xAF6B80) is known color: Tapestry. HEX triplet: AF, 6B and 80. RGB value is (175,107,128). Sum of RGB (Red+Green+Blue) = 175+107+128=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B80 is #50947F. Grayscale: #818181. Windows color (decimal): -5280896 or 8416175. OLE color: 8416175.
HSL color Cylindrical-coordinate representation of color #AF6B80: hue angle of 341.47º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6B80 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 128 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.31 |
| HSL | 341.47º | 0.3% | 0.55% | - |
| HSV(B) | 341.47º | 0.39% | 0.69% | - |
| XYZ | 26.83 | 21.19 | 23.1 | - |
| YUV | 129.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 128 | 0 | 0.39 | 0.27 | 0.31 | 341.47 | 0.3 | 0.55 |
| Hex | AF | 6B | 80 | 0 | 27 | 1B | 1F | 155 | 1E | 37 |
| Octal | 257 | 153 | 200 | 0 | 47 | 33 | 37 | 525 | 36 | 67 |
| Binary | 10101111 | 1101011 | 10000000 | 0 | 100111 | 11011 | 11111 | 101010101 | 11110 | 110111 |
Color Harmonies of #AF6B80
Complementary color
Monochromatic Colors of #AF6B80
Black with #AF6B80
Text Example
Text Example
White with #AF6B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6B80; }
p { color: rgb(175,107,128); }
H1.HeaderClassName
{
color: #AF6B80;
}
.AnyTagClassName
{
color: #AF6B80;
}
</style>
background-color css
<style>
a { background-color: #AF6B80; }
a { background-color: rgb(175,107,128); }
div.DivClassName
{
background-color: #AF6B80;
}
.BgClassName
{
background-color: #AF6B80;
}
</style>
border-color css
<style>
span { border-color: #AF6B80; }
span { border-color: rgb(175,107,128); }
td.TdClassName
{
border-color: #AF6B80;
}
.TagClassName
{
border-color: #AF6B80;
}
</style>