Shades of Tapestry #AF7C90
Tints of Tapestry #AF7C90
RGB
CMYK
RGB Variations
Color information
#AF7C90 (or 0xAF7C90) is known color: Tapestry. HEX triplet: AF, 7C and 90. RGB value is (175,124,144). Sum of RGB (Red+Green+Blue) = 175+124+144=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7C90 is #50836F. Grayscale: #8D8D8D. Windows color (decimal): -5276528 or 9469103. OLE color: 9469103.
HSL color Cylindrical-coordinate representation of color #AF7C90: hue angle of 336.47º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF7C90 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 124 | 144 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.31 |
| HSL | 336.47º | 0.24% | 0.59% | - |
| HSV(B) | 336.47º | 0.29% | 0.69% | - |
| XYZ | 29.92 | 25.54 | 29.74 | - |
| YUV | 141.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 144 | 0 | 0.29 | 0.18 | 0.31 | 336.47 | 0.24 | 0.59 |
| Hex | AF | 7C | 90 | 0 | 1D | 12 | 1F | 150 | 18 | 3B |
| Octal | 257 | 174 | 220 | 0 | 35 | 22 | 37 | 520 | 30 | 73 |
| Binary | 10101111 | 1111100 | 10010000 | 0 | 11101 | 10010 | 11111 | 101010000 | 11000 | 111011 |
Color Harmonies of #AF7C90
Complementary color
Monochromatic Colors of #AF7C90
Black with #AF7C90
Text Example
Text Example
White with #AF7C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7C90; }
p { color: rgb(175,124,144); }
H1.HeaderClassName
{
color: #AF7C90;
}
.AnyTagClassName
{
color: #AF7C90;
}
</style>
background-color css
<style>
a { background-color: #AF7C90; }
a { background-color: rgb(175,124,144); }
div.DivClassName
{
background-color: #AF7C90;
}
.BgClassName
{
background-color: #AF7C90;
}
</style>
border-color css
<style>
span { border-color: #AF7C90; }
span { border-color: rgb(175,124,144); }
td.TdClassName
{
border-color: #AF7C90;
}
.TagClassName
{
border-color: #AF7C90;
}
</style>