Shades of Tapestry #A9848A
Tints of Tapestry #A9848A
RGB
CMYK
RGB Variations
Color information
#A9848A (or 0xA9848A) is known color: Tapestry. HEX triplet: A9, 84 and 8A. RGB value is (169,132,138). Sum of RGB (Red+Green+Blue) = 169+132+138=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A9848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9848A is #567B75. Grayscale: #8F8F8F. Windows color (decimal): -5667702 or 9077929. OLE color: 9077929.
HSL color Cylindrical-coordinate representation of color #A9848A: hue angle of 350.27º 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 #A9848A is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 132 | 138 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.34 |
| HSL | 350.27º | 0.18% | 0.59% | - |
| HSV(B) | 350.27º | 0.22% | 0.66% | - |
| XYZ | 29.2 | 26.77 | 27.67 | - |
| YUV | 143.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 138 | 0 | 0.22 | 0.18 | 0.34 | 350.27 | 0.18 | 0.59 |
| Hex | A9 | 84 | 8A | 0 | 16 | 12 | 22 | 15E | 12 | 3B |
| Octal | 251 | 204 | 212 | 0 | 26 | 22 | 42 | 536 | 22 | 73 |
| Binary | 10101001 | 10000100 | 10001010 | 0 | 10110 | 10010 | 100010 | 101011110 | 10010 | 111011 |
Color Harmonies of #A9848A
Complementary color
Monochromatic Colors of #A9848A
Black with #A9848A
Text Example
Text Example
White with #A9848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9848A; }
p { color: rgb(169,132,138); }
H1.HeaderClassName
{
color: #A9848A;
}
.AnyTagClassName
{
color: #A9848A;
}
</style>
background-color css
<style>
a { background-color: #A9848A; }
a { background-color: rgb(169,132,138); }
div.DivClassName
{
background-color: #A9848A;
}
.BgClassName
{
background-color: #A9848A;
}
</style>
border-color css
<style>
span { border-color: #A9848A; }
span { border-color: rgb(169,132,138); }
td.TdClassName
{
border-color: #A9848A;
}
.TagClassName
{
border-color: #A9848A;
}
</style>