Shades of Tapestry #A17A84
Tints of Tapestry #A17A84
RGB
CMYK
RGB Variations
Color information
#A17A84 (or 0xA17A84) is known color: Tapestry. HEX triplet: A1, 7A and 84. RGB value is (161,122,132). Sum of RGB (Red+Green+Blue) = 161+122+132=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A17A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17A84 is #5E857B. Grayscale: #868686. Windows color (decimal): -6194556 or 8682145. OLE color: 8682145.
HSL color Cylindrical-coordinate representation of color #A17A84: hue angle of 344.62º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A17A84 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 122 | 132 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.37 |
| HSL | 344.62º | 0.17% | 0.55% | - |
| HSV(B) | 344.62º | 0.24% | 0.63% | - |
| XYZ | 25.82 | 23.16 | 24.94 | - |
| YUV | 134.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 122 | 132 | 0 | 0.24 | 0.18 | 0.37 | 344.62 | 0.17 | 0.55 |
| Hex | A1 | 7A | 84 | 0 | 18 | 12 | 25 | 159 | 11 | 37 |
| Octal | 241 | 172 | 204 | 0 | 30 | 22 | 45 | 531 | 21 | 67 |
| Binary | 10100001 | 1111010 | 10000100 | 0 | 11000 | 10010 | 100101 | 101011001 | 10001 | 110111 |
Color Harmonies of #A17A84
Complementary color
Monochromatic Colors of #A17A84
Black with #A17A84
Text Example
Text Example
White with #A17A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17A84; }
p { color: rgb(161,122,132); }
H1.HeaderClassName
{
color: #A17A84;
}
.AnyTagClassName
{
color: #A17A84;
}
</style>
background-color css
<style>
a { background-color: #A17A84; }
a { background-color: rgb(161,122,132); }
div.DivClassName
{
background-color: #A17A84;
}
.BgClassName
{
background-color: #A17A84;
}
</style>
border-color css
<style>
span { border-color: #A17A84; }
span { border-color: rgb(161,122,132); }
td.TdClassName
{
border-color: #A17A84;
}
.TagClassName
{
border-color: #A17A84;
}
</style>