Shades of Tapestry #A97581
Tints of Tapestry #A97581
RGB
CMYK
RGB Variations
Color information
#A97581 (or 0xA97581) is known color: Tapestry. HEX triplet: A9, 75 and 81. RGB value is (169,117,129). Sum of RGB (Red+Green+Blue) = 169+117+129=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A97581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97581 is #568A7E. Grayscale: #858585. Windows color (decimal): -5671551 or 8484265. OLE color: 8484265.
HSL color Cylindrical-coordinate representation of color #A97581: hue angle of 346.15º degrees, saturation: 0.23, 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 #A97581 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 117 | 129 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.34 |
| HSL | 346.15º | 0.23% | 0.56% | - |
| HSV(B) | 346.15º | 0.31% | 0.66% | - |
| XYZ | 26.69 | 22.74 | 23.75 | - |
| YUV | 133.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 129 | 0 | 0.31 | 0.24 | 0.34 | 346.15 | 0.23 | 0.56 |
| Hex | A9 | 75 | 81 | 0 | 1F | 18 | 22 | 15A | 17 | 38 |
| Octal | 251 | 165 | 201 | 0 | 37 | 30 | 42 | 532 | 27 | 70 |
| Binary | 10101001 | 1110101 | 10000001 | 0 | 11111 | 11000 | 100010 | 101011010 | 10111 | 111000 |
Color Harmonies of #A97581
Complementary color
Monochromatic Colors of #A97581
Black with #A97581
Text Example
Text Example
White with #A97581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97581; }
p { color: rgb(169,117,129); }
H1.HeaderClassName
{
color: #A97581;
}
.AnyTagClassName
{
color: #A97581;
}
</style>
background-color css
<style>
a { background-color: #A97581; }
a { background-color: rgb(169,117,129); }
div.DivClassName
{
background-color: #A97581;
}
.BgClassName
{
background-color: #A97581;
}
</style>
border-color css
<style>
span { border-color: #A97581; }
span { border-color: rgb(169,117,129); }
td.TdClassName
{
border-color: #A97581;
}
.TagClassName
{
border-color: #A97581;
}
</style>