Shades of Tapestry #AF7890
Tints of Tapestry #AF7890
RGB
CMYK
RGB Variations
Color information
#AF7890 (or 0xAF7890) is known color: Tapestry. HEX triplet: AF, 78 and 90. RGB value is (175,120,144). Sum of RGB (Red+Green+Blue) = 175+120+144=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7890 is #50876F. Grayscale: #8B8B8B. Windows color (decimal): -5277552 or 9468079. OLE color: 9468079.
HSL color Cylindrical-coordinate representation of color #AF7890: hue angle of 333.82º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF7890 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 144 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.31 |
| HSL | 333.82º | 0.26% | 0.58% | - |
| HSV(B) | 333.82º | 0.31% | 0.69% | - |
| XYZ | 29.43 | 24.56 | 29.58 | - |
| YUV | 139.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 144 | 0 | 0.31 | 0.18 | 0.31 | 333.82 | 0.26 | 0.58 |
| Hex | AF | 78 | 90 | 0 | 1F | 12 | 1F | 14E | 1A | 3A |
| Octal | 257 | 170 | 220 | 0 | 37 | 22 | 37 | 516 | 32 | 72 |
| Binary | 10101111 | 1111000 | 10010000 | 0 | 11111 | 10010 | 11111 | 101001110 | 11010 | 111010 |
Color Harmonies of #AF7890
Complementary color
Monochromatic Colors of #AF7890
Black with #AF7890
Text Example
Text Example
White with #AF7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7890; }
p { color: rgb(175,120,144); }
H1.HeaderClassName
{
color: #AF7890;
}
.AnyTagClassName
{
color: #AF7890;
}
</style>
background-color css
<style>
a { background-color: #AF7890; }
a { background-color: rgb(175,120,144); }
div.DivClassName
{
background-color: #AF7890;
}
.BgClassName
{
background-color: #AF7890;
}
</style>
border-color css
<style>
span { border-color: #AF7890; }
span { border-color: rgb(175,120,144); }
td.TdClassName
{
border-color: #AF7890;
}
.TagClassName
{
border-color: #AF7890;
}
</style>