Shades of Tapestry #A97384
Tints of Tapestry #A97384
RGB
CMYK
RGB Variations
Color information
#A97384 (or 0xA97384) is known color: Tapestry. HEX triplet: A9, 73 and 84. RGB value is (169,115,132). Sum of RGB (Red+Green+Blue) = 169+115+132=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A97384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97384 is #568C7B. Grayscale: #858585. Windows color (decimal): -5672060 or 8680361. OLE color: 8680361.
HSL color Cylindrical-coordinate representation of color #A97384: hue angle of 341.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A97384 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 132 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.34 |
| HSL | 341.11º | 0.24% | 0.56% | - |
| HSV(B) | 341.11º | 0.32% | 0.66% | - |
| XYZ | 26.66 | 22.36 | 24.74 | - |
| YUV | 133.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 132 | 0 | 0.32 | 0.22 | 0.34 | 341.11 | 0.24 | 0.56 |
| Hex | A9 | 73 | 84 | 0 | 20 | 16 | 22 | 155 | 18 | 38 |
| Octal | 251 | 163 | 204 | 0 | 40 | 26 | 42 | 525 | 30 | 70 |
| Binary | 10101001 | 1110011 | 10000100 | 0 | 100000 | 10110 | 100010 | 101010101 | 11000 | 111000 |
Color Harmonies of #A97384
Complementary color
Monochromatic Colors of #A97384
Black with #A97384
Text Example
Text Example
White with #A97384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97384; }
p { color: rgb(169,115,132); }
H1.HeaderClassName
{
color: #A97384;
}
.AnyTagClassName
{
color: #A97384;
}
</style>
background-color css
<style>
a { background-color: #A97384; }
a { background-color: rgb(169,115,132); }
div.DivClassName
{
background-color: #A97384;
}
.BgClassName
{
background-color: #A97384;
}
</style>
border-color css
<style>
span { border-color: #A97384; }
span { border-color: rgb(169,115,132); }
td.TdClassName
{
border-color: #A97384;
}
.TagClassName
{
border-color: #A97384;
}
</style>