Shades of Tapestry #AF6F81
Tints of Tapestry #AF6F81
RGB
CMYK
RGB Variations
Color information
#AF6F81 (or 0xAF6F81) is known color: Tapestry. HEX triplet: AF, 6F and 81. RGB value is (175,111,129). Sum of RGB (Red+Green+Blue) = 175+111+129=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6F81 is #50907E. Grayscale: #848484. Windows color (decimal): -5279871 or 8482735. OLE color: 8482735.
HSL color Cylindrical-coordinate representation of color #AF6F81: hue angle of 343.12º 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 #AF6F81 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 129 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.31 |
| HSL | 343.13º | 0.29% | 0.56% | - |
| HSV(B) | 343.13º | 0.37% | 0.69% | - |
| XYZ | 27.33 | 22.07 | 23.59 | - |
| YUV | 132.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 129 | 0 | 0.37 | 0.26 | 0.31 | 343.13 | 0.29 | 0.56 |
| Hex | AF | 6F | 81 | 0 | 25 | 1A | 1F | 157 | 1D | 38 |
| Octal | 257 | 157 | 201 | 0 | 45 | 32 | 37 | 527 | 35 | 70 |
| Binary | 10101111 | 1101111 | 10000001 | 0 | 100101 | 11010 | 11111 | 101010111 | 11101 | 111000 |
Color Harmonies of #AF6F81
Complementary color
Monochromatic Colors of #AF6F81
Black with #AF6F81
Text Example
Text Example
White with #AF6F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F81; }
p { color: rgb(175,111,129); }
H1.HeaderClassName
{
color: #AF6F81;
}
.AnyTagClassName
{
color: #AF6F81;
}
</style>
background-color css
<style>
a { background-color: #AF6F81; }
a { background-color: rgb(175,111,129); }
div.DivClassName
{
background-color: #AF6F81;
}
.BgClassName
{
background-color: #AF6F81;
}
</style>
border-color css
<style>
span { border-color: #AF6F81; }
span { border-color: rgb(175,111,129); }
td.TdClassName
{
border-color: #AF6F81;
}
.TagClassName
{
border-color: #AF6F81;
}
</style>