Shades of Tapestry #A98390
Tints of Tapestry #A98390
RGB
CMYK
RGB Variations
Color information
#A98390 (or 0xA98390) is known color: Tapestry. HEX triplet: A9, 83 and 90. RGB value is (169,131,144). Sum of RGB (Red+Green+Blue) = 169+131+144=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A98390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98390 is #567C6F. Grayscale: #8F8F8F. Windows color (decimal): -5667952 or 9470889. OLE color: 9470889.
HSL color Cylindrical-coordinate representation of color #A98390: hue angle of 339.47º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98390 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 131 | 144 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.34 |
| HSL | 339.47º | 0.18% | 0.59% | - |
| HSV(B) | 339.47º | 0.22% | 0.66% | - |
| XYZ | 29.51 | 26.68 | 29.98 | - |
| YUV | 143.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 144 | 0 | 0.22 | 0.15 | 0.34 | 339.47 | 0.18 | 0.59 |
| Hex | A9 | 83 | 90 | 0 | 16 | F | 22 | 153 | 12 | 3B |
| Octal | 251 | 203 | 220 | 0 | 26 | 17 | 42 | 523 | 22 | 73 |
| Binary | 10101001 | 10000011 | 10010000 | 0 | 10110 | 1111 | 100010 | 101010011 | 10010 | 111011 |
Color Harmonies of #A98390
Complementary color
Monochromatic Colors of #A98390
Black with #A98390
Text Example
Text Example
White with #A98390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98390; }
p { color: rgb(169,131,144); }
H1.HeaderClassName
{
color: #A98390;
}
.AnyTagClassName
{
color: #A98390;
}
</style>
background-color css
<style>
a { background-color: #A98390; }
a { background-color: rgb(169,131,144); }
div.DivClassName
{
background-color: #A98390;
}
.BgClassName
{
background-color: #A98390;
}
</style>
border-color css
<style>
span { border-color: #A98390; }
span { border-color: rgb(169,131,144); }
td.TdClassName
{
border-color: #A98390;
}
.TagClassName
{
border-color: #A98390;
}
</style>