Shades of Tapestry #A97983
Tints of Tapestry #A97983
RGB
CMYK
RGB Variations
Color information
#A97983 (or 0xA97983) is known color: Tapestry. HEX triplet: A9, 79 and 83. RGB value is (169,121,131). Sum of RGB (Red+Green+Blue) = 169+121+131=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A97983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97983 is #56867C. Grayscale: #888888. Windows color (decimal): -5670525 or 8616361. OLE color: 8616361.
HSL color Cylindrical-coordinate representation of color #A97983: hue angle of 347.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97983 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 121 | 131 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.34 |
| HSL | 347.5º | 0.22% | 0.57% | - |
| HSV(B) | 347.5º | 0.28% | 0.66% | - |
| XYZ | 27.3 | 23.75 | 24.62 | - |
| YUV | 136.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 121 | 131 | 0 | 0.28 | 0.22 | 0.34 | 347.5 | 0.22 | 0.57 |
| Hex | A9 | 79 | 83 | 0 | 1C | 16 | 22 | 15C | 16 | 39 |
| Octal | 251 | 171 | 203 | 0 | 34 | 26 | 42 | 534 | 26 | 71 |
| Binary | 10101001 | 1111001 | 10000011 | 0 | 11100 | 10110 | 100010 | 101011100 | 10110 | 111001 |
Color Harmonies of #A97983
Complementary color
Monochromatic Colors of #A97983
Black with #A97983
Text Example
Text Example
White with #A97983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97983; }
p { color: rgb(169,121,131); }
H1.HeaderClassName
{
color: #A97983;
}
.AnyTagClassName
{
color: #A97983;
}
</style>
background-color css
<style>
a { background-color: #A97983; }
a { background-color: rgb(169,121,131); }
div.DivClassName
{
background-color: #A97983;
}
.BgClassName
{
background-color: #A97983;
}
</style>
border-color css
<style>
span { border-color: #A97983; }
span { border-color: rgb(169,121,131); }
td.TdClassName
{
border-color: #A97983;
}
.TagClassName
{
border-color: #A97983;
}
</style>