Shades of Tapestry #AF6F80
Tints of Tapestry #AF6F80
RGB
CMYK
RGB Variations
Color information
#AF6F80 (or 0xAF6F80) is known color: Tapestry. HEX triplet: AF, 6F and 80. RGB value is (175,111,128). Sum of RGB (Red+Green+Blue) = 175+111+128=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6F80 is #50907F. Grayscale: #848484. Windows color (decimal): -5279872 or 8417199. OLE color: 8417199.
HSL color Cylindrical-coordinate representation of color #AF6F80: hue angle of 344.06º 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 #AF6F80 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 128 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.31 |
| HSL | 344.06º | 0.29% | 0.56% | - |
| HSV(B) | 344.06º | 0.37% | 0.69% | - |
| XYZ | 27.26 | 22.04 | 23.24 | - |
| YUV | 132.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 128 | 0 | 0.37 | 0.27 | 0.31 | 344.06 | 0.29 | 0.56 |
| Hex | AF | 6F | 80 | 0 | 25 | 1B | 1F | 158 | 1D | 38 |
| Octal | 257 | 157 | 200 | 0 | 45 | 33 | 37 | 530 | 35 | 70 |
| Binary | 10101111 | 1101111 | 10000000 | 0 | 100101 | 11011 | 11111 | 101011000 | 11101 | 111000 |
Color Harmonies of #AF6F80
Complementary color
Monochromatic Colors of #AF6F80
Black with #AF6F80
Text Example
Text Example
White with #AF6F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F80; }
p { color: rgb(175,111,128); }
H1.HeaderClassName
{
color: #AF6F80;
}
.AnyTagClassName
{
color: #AF6F80;
}
</style>
background-color css
<style>
a { background-color: #AF6F80; }
a { background-color: rgb(175,111,128); }
div.DivClassName
{
background-color: #AF6F80;
}
.BgClassName
{
background-color: #AF6F80;
}
</style>
border-color css
<style>
span { border-color: #AF6F80; }
span { border-color: rgb(175,111,128); }
td.TdClassName
{
border-color: #AF6F80;
}
.TagClassName
{
border-color: #AF6F80;
}
</style>