Shades of Tapestry #A97480
Tints of Tapestry #A97480
RGB
CMYK
RGB Variations
Color information
#A97480 (or 0xA97480) is known color: Tapestry. HEX triplet: A9, 74 and 80. RGB value is (169,116,128). Sum of RGB (Red+Green+Blue) = 169+116+128=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A97480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97480 is #568B7F. Grayscale: #858585. Windows color (decimal): -5671808 or 8418473. OLE color: 8418473.
HSL color Cylindrical-coordinate representation of color #A97480: hue angle of 346.42º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A97480 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 116 | 128 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.34 |
| HSL | 346.42º | 0.24% | 0.56% | - |
| HSV(B) | 346.42º | 0.31% | 0.66% | - |
| XYZ | 26.5 | 22.48 | 23.37 | - |
| YUV | 133.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 116 | 128 | 0 | 0.31 | 0.24 | 0.34 | 346.42 | 0.24 | 0.56 |
| Hex | A9 | 74 | 80 | 0 | 1F | 18 | 22 | 15A | 18 | 38 |
| Octal | 251 | 164 | 200 | 0 | 37 | 30 | 42 | 532 | 30 | 70 |
| Binary | 10101001 | 1110100 | 10000000 | 0 | 11111 | 11000 | 100010 | 101011010 | 11000 | 111000 |
Color Harmonies of #A97480
Complementary color
Monochromatic Colors of #A97480
Black with #A97480
Text Example
Text Example
White with #A97480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97480; }
p { color: rgb(169,116,128); }
H1.HeaderClassName
{
color: #A97480;
}
.AnyTagClassName
{
color: #A97480;
}
</style>
background-color css
<style>
a { background-color: #A97480; }
a { background-color: rgb(169,116,128); }
div.DivClassName
{
background-color: #A97480;
}
.BgClassName
{
background-color: #A97480;
}
</style>
border-color css
<style>
span { border-color: #A97480; }
span { border-color: rgb(169,116,128); }
td.TdClassName
{
border-color: #A97480;
}
.TagClassName
{
border-color: #A97480;
}
</style>