Shades of Tapestry #AF6B81
Tints of Tapestry #AF6B81
RGB
CMYK
RGB Variations
Color information
#AF6B81 (or 0xAF6B81) is known color: Tapestry. HEX triplet: AF, 6B and 81. RGB value is (175,107,129). Sum of RGB (Red+Green+Blue) = 175+107+129=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B81 is #50947E. Grayscale: #818181. Windows color (decimal): -5280895 or 8481711. OLE color: 8481711.
HSL color Cylindrical-coordinate representation of color #AF6B81: hue angle of 340.59º 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 #AF6B81 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 129 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.31 |
| HSL | 340.59º | 0.3% | 0.55% | - |
| HSV(B) | 340.59º | 0.39% | 0.69% | - |
| XYZ | 26.9 | 21.21 | 23.45 | - |
| YUV | 129.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 129 | 0 | 0.39 | 0.26 | 0.31 | 340.59 | 0.3 | 0.55 |
| Hex | AF | 6B | 81 | 0 | 27 | 1A | 1F | 155 | 1E | 37 |
| Octal | 257 | 153 | 201 | 0 | 47 | 32 | 37 | 525 | 36 | 67 |
| Binary | 10101111 | 1101011 | 10000001 | 0 | 100111 | 11010 | 11111 | 101010101 | 11110 | 110111 |
Color Harmonies of #AF6B81
Complementary color
Monochromatic Colors of #AF6B81
Black with #AF6B81
Text Example
Text Example
White with #AF6B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6B81; }
p { color: rgb(175,107,129); }
H1.HeaderClassName
{
color: #AF6B81;
}
.AnyTagClassName
{
color: #AF6B81;
}
</style>
background-color css
<style>
a { background-color: #AF6B81; }
a { background-color: rgb(175,107,129); }
div.DivClassName
{
background-color: #AF6B81;
}
.BgClassName
{
background-color: #AF6B81;
}
</style>
border-color css
<style>
span { border-color: #AF6B81; }
span { border-color: rgb(175,107,129); }
td.TdClassName
{
border-color: #AF6B81;
}
.TagClassName
{
border-color: #AF6B81;
}
</style>